Navigation
API > API/Runtime > API/Runtime/Landscape
| |
|
| Name |
ELandscapeDirtyingMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/Landscape/Public/LandscapeSettings.h |
| Include Path |
#include "LandscapeSettings.h" |
Syntax
enum ELandscapeDirtyingMode
{
Auto,
InLandscapeModeOnly,
InLandscapeModeAndUserTriggeredChanges,
}
Values
| Name |
Remarks |
| Auto |
Auto : Landscapes that are marked as needing to be resaved will appear in the Choose files to save dialog. |
| InLandscapeModeOnly |
In Landscape Mode Only : Landscapes that are marked as needing to be resaved will not appear in the Choose files to save dialog. |
| InLandscapeModeAndUserTriggeredChanges |
In Landscape Mode And User Triggered Changes : Landscapes that are marked as needing to be resaved will not appear in the Choose files to save dialog. |