Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop > API/Plugins/PCGGeometryScriptInterop/UPCGGeometryBlueprintElement
Description
Allows to steal the data and work in place if the data is not used elsewhere. If this element is cacheable, it will automatically copy.
| Name | CopyOrStealInputData |
| Type | function |
| Header File | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Elements/PCGGeometryBlueprintElement.h |
| Include Path | #include "Elements/PCGGeometryBlueprintElement.h" |
| Source | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Private/Elements/PCGGeometryBlueprintElement.cpp |
UFUNCTION (BlueprintCallable, Category="PCG|DynamicMesh", Meta=(HidePin="Self"))
UPCGDynamicMeshData * CopyOrStealInputData
(
const FPCGTaggedData & InTaggedData
) const