Navigation
API > API/Runtime > API/Runtime/Landscape
References
| Module | Landscape |
| Header | /Engine/Source/Runtime/Landscape/Classes/LandscapeProxy.h |
| Include | #include "LandscapeProxy.h" |
Syntax
struct FAsyncWorkMonitor
Remarks
Tracks delayed updates triggered by landscape updates. It's resposible for preventing expensive async operations while the user is still editing the landscape
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CheckIfUpdateTriggeredAndClear
(
EAsyncWorkType WorkType |
||
| void | SetDelayedUpdateTimer
(
EAsyncWorkType WorkType, |
||
| void | Tick
(
float Detaltime |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EAsyncWorkType |