Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/Landscape
Inheritance Hierarchy
- IPCGElement
- IPCGElementWithCustomContext
- FPCGWaitLandscapeReadyElement
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Landscape/PCGWaitLandscapeReady.h |
| Include | #include "Elements/Landscape/PCGWaitLandscapeReady.h" |
Syntax
class FPCGWaitLandscapeReadyElement : public IPCGElementWithCustomContext< FPCGWaitLandscapeReadyElementContext >
Overridden from IPCGElement
| Type | Name | Description | |
|---|---|---|---|
| bool | CanExecuteOnlyOnMainThread
(
FPCGContext* Context |
Returns true if the element, in its current phase can be executed only from the main thread | |
| bool | ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | |
| bool | IsCacheable
(
const UPCGSettings* InSettings |
Returns true if the node can be cached (e.g. does not create artifacts & does not depend on untracked data |