Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGGenerateLandscapeTexturesElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGGenerateLandscapeTextures.h |
| Include Path | #include "Elements/PCGGenerateLandscapeTextures.h" |
Syntax
class FPCGGenerateLandscapeTexturesElement : public IPCGElement
Implements Interfaces
Functions
Public
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanExecuteOnlyOnMainThread
(
FPCGContext* Context |
FLandscapeGrassWeightExporter expects to exist in scope only on the game thread. | Elements/PCGGenerateLandscapeTextures.h | |
virtual void GetDependenciesCrc
(
const FPCGGetDependenciesCrcParams& InParams, |
Calculate a Crc that provides a receipt for the input data that can be paired with output data from the cache. | Elements/PCGGenerateLandscapeTextures.h |
Protected
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGContext * CreateContext() |
Let each element optionally act as a concrete factory for its own context | Elements/PCGGenerateLandscapeTextures.h | |
virtual bool ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | Elements/PCGGenerateLandscapeTextures.h |