GeometryCollection.Heal
GeometryCollection.Heal
#Overview
name: GeometryCollection.Heal
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Tries to fill holes in go.
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionEditor/Private/GeometryCollection/GeometryCollectionEditorPlugin.cpp:180
Scope (from outer to inner):
file
function void IGeometryCollectionEditorPlugin::StartupModule
Source code excerpt:
));
EditorCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(
TEXT("GeometryCollection.Heal"),
TEXT("Tries to fill holes in go."),
FConsoleCommandWithWorldDelegate::CreateStatic(&FGeometryCollectionCommands::HealGeometry),
ECVF_Default
));
EditorCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(
TEXT("GeometryCollection.SetNamedAttributeValues"),
TEXT("Command to set attributes within a named group."),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(&FGeometryCollectionCommands::SetNamedAttributeValues),
ECVF_Default
));
}