Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- IPCGElement
- FSimplePCGElement
- FPCGSplineSamplerElement
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGSplineSampler.h |
| Include | #include "Elements/PCGSplineSampler.h" |
Syntax
class FPCGSplineSamplerElement : public FSimplePCGElement
Overridden from IPCGElement
| Type | Name | Description | |
|---|---|---|---|
| bool | ExecuteInternal
(
FPCGContext* Context |
Core execution method for the given element. Will be called until it returns true. | |
| bool | ShouldComputeFullOutputDataCrc
(
FPCGContext* Context |
Worth computing a full CRC in case we can halt change propagation/re-executions. |