Navigation
API > API/Plugins > API/Plugins/PCGGeometryScriptInterop > API/Plugins/PCGGeometryScriptInterop/Elements > API/Plugins/PCGGeometryScriptInterop/Elements/UPCGGeometryBlueprintElement
References
| Module | PCGGeometryScriptInterop |
| Header | /Engine/Plugins/PCGInterops/PCGGeometryScriptInterop/Source/PCGGeometryScriptInterop/Public/Elements/PCGGeometryBlueprintElement.h |
| Include | #include "Elements/PCGGeometryBlueprintElement.h" |
UFUNCTION (BlueprintImplementableEvent, BlueprintCallable, Category="PCG|Execution",
Meta=(AutoCreateRefTerm="InTags"))
void ProcessDynamicMesh
(
UDynamicMesh * InDynMesh,
TArray < FString > & OutTags
)
Remarks
Streamlined version of the Execute function, to only process the dynamic meshes. For each input that is a dynamic mesh, we will call this function, and it will create as many output data as there are inputs.
Parameters
| Name | Description |
|---|---|
| InDynMesh | Dynamic mesh to process. Can be used as is and do operation in place. |
| OutTags | Optional tags to add to the output. By default, it will inherit the tags of the input. |