Navigation
API > API/Plugins > API/Plugins/GeometryScriptingEditor > API/Plugins/GeometryScriptingEditor/GeometryScript > API/Plugins/GeometryScriptingEditor/GeometryScript/UGeometryScriptL-_1 > API/Plugins/GeometryScriptingEditor/GeometryScript/UGeometryScriptL-_1/UPARAM
References
| Module | GeometryScriptingEditor |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingEditor/Public/GeometryScript/EditorDynamicMeshUtilityFunctions.h |
| Include | #include "GeometryScript/EditorDynamicMeshUtilityFunctions.h" |
UFUNCTION (BlueprintCallable, Category="DynamicMesh|Changes")
static static UPARAM
(
DisplayName
)
Remarks
Fetch a debug FDynamicMesh3 saved with DebugMeshName from the global debug mesh storage and copy to ToTargetMesh. If DebugMeshName does not exist, a cube will be returned.
Parameters
| Name | Description |
|---|---|
| bClearDebugMesh | if true, debug mesh will be removed from global storage |
| bDebugMeshExists | will return as true if DebugMeshName existed |