Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- IPCGElement
- FSimplePCGElement
- FPCGVolumeSamplerElement
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGVolumeSampler.h |
| Include | #include "Elements/PCGVolumeSampler.h" |
Syntax
class FPCGVolumeSamplerElement : 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 |
Might be sampling external data like brush, worth computing a full CRC in case we can halt change propagation/re-executions. |