Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/IPCGElement
Description
Whether to do a 'deep' fine-grained CRC of the output data to pass to downstream nodes. Can be expensive so should be used sparingly.
Derived Overrides
- FPCGCollapseElement::ShouldComputeFullOutputDataCrc
- FPCGConvertToAttributeSetElement::ShouldComputeFullOutputDataCrc
- FPCGCreatePointsElement::ShouldComputeFullOutputDataCrc
- FPCGDataFromActorElement::ShouldComputeFullOutputDataCrc
- FPCGExecuteBlueprintElement::ShouldComputeFullOutputDataCrc
- FPCGMakeConcreteElement::ShouldComputeFullOutputDataCrc
- FPCGSplineSamplerElement::ShouldComputeFullOutputDataCrc
- FPCGSubdivisionBaseElement::ShouldComputeFullOutputDataCrc
- FPCGSurfaceSamplerElement::ShouldComputeFullOutputDataCrc
- FPCGVolumeSamplerElement::ShouldComputeFullOutputDataCrc
| Name | ShouldComputeFullOutputDataCrc |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGElement.h |
| Include Path | #include "PCGElement.h" |
virtual bool ShouldComputeFullOutputDataCrc
(
FPCGContext * Context
) const