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