Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- IPCGElement
- FPCGConvertToAttributeSetElement
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGConvertToAttributeSet.h |
| Include | #include "Elements/PCGConvertToAttributeSet.h" |
Syntax
class FPCGConvertToAttributeSetElement : public IPCGElement
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 | ShouldComputeFullOutputDataCrc
(
FPCGContext* Context |
Since this is downstream from points, possibly sampling, it's worth to compute a full CRC so if there are no changes to the attributes, we can maximize cache usage. |