EFoliageScaling

Windows
MacOS
Linux

References

Module

Foliage

Header

/Engine/Source/Runtime/Foliage/Public/FoliageType.h

Include

#include "FoliageType.h"

Syntax

enum EFoliageScaling
{
    Uniform,
    Free,
    LockXY,
    LockXZ,
    LockYZ,
}

Values

Name

Description

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss