GeometryCollection.SelectLessThenVolume
GeometryCollection.SelectLessThenVolume
#Overview
name: GeometryCollection.SelectLessThenVolume
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Select all geometry with a volume less than specified.
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:96
Scope (from outer to inner):
file
function void IGeometryCollectionEditorPlugin::StartupModule
Source code excerpt:
));
EditorCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(
TEXT("GeometryCollection.SelectLessThenVolume"),
TEXT("Select all geometry with a volume less than specified."),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(&FGeometryCollectionCommands::SelectLessThenVolume),
ECVF_Default
));
EditorCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(
TEXT("GeometryCollection.SelectInverseGeometry"),
TEXT("Deselect inverse of currently selected geometry in hierarchy."),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(&FGeometryCollectionCommands::SelectInverseGeometry),
ECVF_Default
));
EditorCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(