Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop
| Name | FPCGMeshSamplerElement |
| Type | class |
| Header File | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Elements/PCGMeshSampler.h |
| Include Path | #include "Elements/PCGMeshSampler.h" |
Syntax
class FPCGMeshSamplerElement : public IPCGElement
Implements Interfaces
Functions
Public
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanExecuteOnlyOnMainThread
(
FPCGContext* Context |
Loading needs to be done on the main thread and accessing objects outside of PCG might not be thread safe, so taking the safe approach. | Elements/PCGMeshSampler.h |
Protected
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGContext * CreateContext() |
Elements/PCGMeshSampler.h | ||
virtual bool ExecuteInternal
(
FPCGContext* InContext |
Elements/PCGMeshSampler.h | ||
virtual bool PrepareDataInternal
(
FPCGContext* InContext |
Elements/PCGMeshSampler.h |