Navigation
API > API/Plugins > API/Plugins/LandscapePatch
| |
|
| Name |
ELandscapePatchPriorityInitialization |
| Type |
enum |
| Header File |
/Engine/Plugins/Editor/LandscapePatch/Source/LandscapePatch/Public/LandscapePatchComponent.h |
| Include Path |
#include "LandscapePatchComponent.h" |
Syntax
enum ELandscapePatchPriorityInitialization
{
AcquireHighest,
KeepOriginal,
SmallIncrement,
}
Values
| Name |
Remarks |
| AcquireHighest |
Initialize priority to highest currently known value, so that the new patch is on top of any existing patches. |
| KeepOriginal |
Do not change the default/archetype priority value. |
| SmallIncrement |
Increment the original priority by a small amount (0.01). |