FInteractiveToolActionSet::RegisterAction

Register an Action with the ActionSet.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveToolActionSet.h

Include

#include "InteractiveToolActionSet.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InteractiveToolActionSet.cpp

Syntax

void RegisterAction
(
    UInteractiveTool * Tool,
    int32 ActionID,
    const FString & ActionName,
    const FText & ShortUIName,
    const FText & DescriptionText,
    EModifierKey::Type Modifiers,
    const FKey & ShortcutKey,
    TFunction< void()> ActionFunction
)

Remarks

Register an Action with the ActionSet. This function is intended to be called by UInteractiveTool::RegisterActions() implementations

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