Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript > API/Plugins/GeometryScriptingCore/GeometryScript/UGeometryScriptL-_21
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/MeshSelectionFunctions.h |
| Include | #include "GeometryScript/MeshSelectionFunctions.h" |
| Source | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Private/MeshSelectionFunctions.cpp |
UFUNCTION (BlueprintCallable, Category="GeometryScript|MeshSelection", Meta=(ScriptMethod))
static void DebugPrintMeshSelection
(
FGeometryScriptMeshSelection Selection,
bool bDisable
)
Remarks
Print information about the Mesh Selection to the Output Log
Parameters
| Name | Description |
|---|---|
| bDisable | if true, printing will be disabled (useful for debugging) |