Vegetation Altitude Filter Component

Add the Vegetation Altitude Filter component to limit vegetation or blocker instance placement to a specific height range.

Provider

Vegetation Gem

Dependencies

Add one of the following required components when using the Vegetation Altitude Filter component:

Vegetation Altitude Filter properties

Vegetation Altitude Filter component properties

PropertyDescriptionValuesDefault
Filter StageDefines if filters are applied before or after modifiers.PreProcess, PostProcess, or DefaultDefault
Allow Per-Item OverridesIf Enabled, vegetation descriptor properties that are enabled can override this component’s properties.BooleanDisabled
Pin To Shape Entity IdIf an entity with a Shape component is selected, the shape’s bounds will override the Altitude Min and Altitude Max properties of this component.EntityIdNone
Altitude MinSets the minimum altitude for vegetation instance placement.Float: -Infinity to Infinity0.0
Altitude MaxSets the maximum altitude for vegetation instance placement.Float: -Infinity to Infinity128.0

SurfaceAltitudeFilterRequestBus

Use the following request functions with the SurfaceAltitudeFilterRequestBus EBus interface to communicate with Vegetation Altitude Filter components in your game.

Method NameDescriptionParameterReturnScriptable
GetAllowOverridesReturns the configuration of the Allow Per-Item Overrides property.NoneBooleanYes
GetAltitudeMaxReturns the value of the Altitude Max property.NoneFloatYes
GetAltitudeMinReturns the value of the Altitude Min property.NoneFloatYes
GetShapeEntityIdReturns the Pin To Shape Entity Id property of an altitude filter.NoneEntityIdYes
SetAllowOverridesSets the configuration of the Allow Per-Item Overrides property.BooleanNoneYes
SetAltitudeMaxSets the Altitude Max property.FloatNoneYes
SetAltitudeMinSets the Altitude Min property.FloatNoneYes
SetShapeEntityIdSets the Pin To Shape Entity Id property of an altitude filter.EntityIdNoneYes

Copyright © 2026 DawnEngine. All rights reserved.

DawnEngine is a commercial 3D engine distributed under the DawnEngine end-user license agreement. Engine binaries and source are proprietary and are not covered by the licenses below.

Documentation only: the prose and templates on this site are a derivative work of Open 3D Engine (O3DE) documentation by the O3DE Contributors, used under CC BY 4.0 (documentation content), Apache 2.0 (site code), and the MIT license (inline code samples).

The open-source 3D engine that DawnEngine is built on top of is Open 3D Engine . DawnEngine is not affiliated with, endorsed by, or sponsored by The Linux Foundation or the O3DE project. “O3DE” and “Open 3D Engine” are trademarks of The Linux Foundation.