Navigation
API > API/Plugins > API/Plugins/ModelingToolsEditorMode > API/Plugins/ModelingToolsEditorMode/UModelingToolsEditorMode
Syntax
UPROPERTY ()
TArray < TObjectPtr < UInteractiveCommand > > ModelingModeCommands
Remarks
UInteractiveCommand support. Currently implemented by creating instances of commands on mode startup and holding onto them. This perhaps should be revisited, command instances could probably be created as needed...