GeometryCollection.WriteToOBJFile
GeometryCollection.WriteToOBJFile
#Overview
name: GeometryCollection.WriteToOBJFile
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dump the contents of the collection to an OBJ file. WARNING: The collection can be very large.
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:114
Scope (from outer to inner):
file
function void IGeometryCollectionEditorPlugin::StartupModule
Source code excerpt:
));
EditorCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(
TEXT("GeometryCollection.WriteToOBJFile"),
TEXT("Dump the contents of the collection to an OBJ file. WARNING: The collection can be very large."),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(&FGeometryCollectionCommands::WriteToOBJFile),
ECVF_Default
));
EditorCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(
TEXT("GeometryCollection.BuildProximityDatabase"),
TEXT("Build the Proximity information in the GeometryGroup for the selected collection."),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(&FGeometryCollectionCommands::BuildProximityDatabase),
ECVF_Default
));
EditorCommands.Add(IConsoleManager::Get().RegisterConsoleCommand(