Navigation
API > API/Runtime > API/Runtime/Landscape
| |
|
| Name |
EFoliageLandscapeSnappingMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Landscape/Public/LandscapeSettings.h |
| Include Path |
#include "LandscapeSettings.h" |
Syntax
enum EFoliageLandscapeSnappingMode
{
DontSnap,
SnapUnderBrushOnly,
SnapEverywhere,
}
Values
| Name |
Remarks |
| DontSnap |
Foliage will not ever be snapped to the landscape |
| SnapUnderBrushOnly |
Foliage will only be snapped on areas where the landscape sculpt brush tool was used. |
| SnapEverywhere |
Foliage will be snapped onto the entire landscape upon update. |