Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGTrivialElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGSettings.h |
| Include Path | #include "PCGSettings.h" |
Syntax
class FPCGTrivialElement : public IPCGElement
Implements Interfaces
Functions
Protected
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | PCGSettings.h | |
virtual bool IsPassthrough
(
const UPCGSettings* InSettings |
Used to specify that the element passes through the data without any manipulation - used to correct target pins, etc. | PCGSettings.h | |
virtual bool SupportsBasePointDataInputs
(
FPCGContext* InContext |
Returns true if node supports any point data format. | PCGSettings.h | |
virtual bool SupportsGPUResidentData
(
FPCGContext* InContext |
Returns true if node supports data objects that are only resident on GPU (not CPU). | PCGSettings.h |