Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGMatchAndSetAttributesElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGMatchAndSetAttributes.h |
| Include Path | #include "Elements/PCGMatchAndSetAttributes.h" |
Syntax
class FPCGMatchAndSetAttributesElement : public TPCGTimeSlicedElementBase< FPCGMatchAndSetAttributesExecutionState, FPCGMatchAndSetAttributesIterationState >
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. | Elements/PCGMatchAndSetAttributes.h | |
virtual EPCGElementExecutionLoopMode ExecutionLoopMode
(
const UPCGSettings* Settings |
Describes internal execution behavior, which is used to break down inputs/outputs for caching purposes. | Elements/PCGMatchAndSetAttributes.h | |
virtual bool PrepareDataInternal
(
FPCGContext* InContext |
Elements/PCGMatchAndSetAttributes.h | ||
virtual bool SupportsBasePointDataInputs
(
FPCGContext* InContext |
Returns true if node supports any point data format. | Elements/PCGMatchAndSetAttributes.h |