Navigation
API > API/Runtime > API/Runtime/Foliage
References
| Module | Foliage |
| Header | /Engine/Source/Runtime/Foliage/Public/InstancedFoliage.h |
| Include | #include "InstancedFoliage.h" |
Syntax
struct FDesiredFoliageInstance
Remarks
Used to define a vector along which we'd like to spawn an instance.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Age | ||
| FVector | EndTrace | ||
| const UFoliageType * | FoliageType | ||
| EFoliagePlacementMode::Type | PlacementMode | ||
| FGuid | ProceduralGuid | ||
| const FBodyInstance * | ProceduralVolumeBodyInstance | ||
| FQuat | Rotation | ||
| FVector | StartTrace | ||
| float | TraceRadius |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDesiredFoliageInstance
(
const FVector& InStartTrace, |