Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/FInteractiveToolActionSet
Description
Register an Action with the ActionSet. This function is intended to be called by UInteractiveTool::RegisterActions() implementations
| Name | RegisterAction |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolActionSet.h |
| Include Path | #include "InteractiveToolActionSet.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveToolActionSet.cpp |
void RegisterAction
(
UInteractiveTool * Tool,
int32 ActionID,
const FString & ActionName,
const FText & ShortUIName,
const FText & DescriptionText,
EModifierKey::Type Modifiers,
const FKey & ShortcutKey,
TFunction < void> ActionFunction
)