Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGExecuteBlueprintElement
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.
Virtual Inheritance
- IPCGElement::ShouldComputeFullOutputDataCrc → FPCGExecuteBlueprintElement::ShouldComputeFullOutputDataCrc
| Name | ShouldComputeFullOutputDataCrc |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGExecuteBlueprint.h |
| Include Path | #include "Elements/PCGExecuteBlueprint.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGExecuteBlueprint.cpp |
virtual bool ShouldComputeFullOutputDataCrc
(
FPCGContext * Context
) const