Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- IPCGElement
- TPCGTimeSlicedElementBase
- FPCGMatchAndSetAttributesElement
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGMatchAndSetAttributes.h |
| Include | #include "Elements/PCGMatchAndSetAttributes.h" |
Syntax
class FPCGMatchAndSetAttributesElement : public TPCGTimeSlicedElementBase< FPCGMatchAndSetAttributesExecutionState, FPCGMatchAndSetAttributesIterationState >
Overridden from IPCGElement
| Type | Name | Description | |
|---|---|---|---|
| bool | ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | |
| EPCGElementExecutionLoopMode | ExecutionLoopMode
(
const UPCGSettings* Settings |
Describes internal execution behavior, which is used to break down inputs/outputs for caching purposes. | |
| bool | PrepareDataInternal
(
FPCGContext* Context |
The prepare data phase is one where it is more likely to be able to multithread |