Navigation
API > API/Runtime > API/Runtime/Foliage
| Name | EFoliageScaling |
| Type | enum |
| Header File | /Engine/Source/Runtime/Foliage/Public/FoliageType.h |
| Include Path | #include "FoliageType.h" |
Syntax
enum EFoliageScaling
{
Uniform,
Free,
LockXY,
LockXZ,
LockYZ,
}
Values
| Name | Remarks |
|---|---|
| Uniform | Foliage instances will have uniform X,Y and Z scales. |
| Free | Foliage instances will have random X,Y and Z scales. |
| LockXY | Locks the X and Y axis scale. |
| LockXZ | Locks the X and Z axis scale. |
| LockYZ | Locks the Y and Z axis scale. |