Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGVolumeSamplerElement |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGVolumeSampler.h |
| Include Path | #include "Elements/PCGVolumeSampler.h" |
Syntax
class FPCGVolumeSamplerElement : public TPCGTimeSlicedElementBase< PCGVolumeSampler::FVolumeSamplerExecutionState, PCGVolumeSampler::FVolumeSamplerIterationState >
Implements Interfaces
Functions
Public
Overridden from IPCGElement
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetDependenciesCrc
(
const FPCGGetDependenciesCrcParams& InParams, |
Calculate a Crc that provides a receipt for the input data that can be paired with output data from the cache. | Elements/PCGVolumeSampler.h | |
virtual 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. | Elements/PCGVolumeSampler.h |
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/PCGVolumeSampler.h | |
virtual EPCGElementExecutionLoopMode ExecutionLoopMode
(
const UPCGSettings* Settings |
Describes internal execution behavior, which is used to break down inputs/outputs for caching purposes. | Elements/PCGVolumeSampler.h | |
virtual bool PrepareDataInternal
(
FPCGContext* Context |
Elements/PCGVolumeSampler.h | ||
virtual bool SupportsBasePointDataInputs
(
FPCGContext* InContext |
Returns true if node supports any point data format. | Elements/PCGVolumeSampler.h |