TInteractiveToolCommands::IntializeStandardToolAction

Create a suitable [FInteractiveToolAction](API\Runtime\InteractiveToolsFramework\FInteractiveToolAction) for the standard Tool Action, ie with suitable command name and description strings and hotkeys.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Tools/InteractiveToolsCommands.h

Include

#include "Tools/InteractiveToolsCommands.h"

Syntax

virtual bool IntializeStandardToolAction
(
    EStandardToolActions ActionID,
    FInteractiveToolAction & ToolActionOut
)

Remarks

Create a suitable FInteractiveToolAction for the standard Tool Action, ie with suitable command name and description strings and hotkeys. This info will be used to create the shared UICommand.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss