Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveTool
Description
Action support/system
Your Tool subclass can register a set of "Actions" it can execute by overloading RegisterActions(). Then external systems can use GetActionSet() to find out what Actions your Tool supports, and ExecuteAction() to run those actions. Get the internal Action Set for this Tool. The action set is created and registered on-demand.
| Name | GetActionSet |
| Type | function |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
| Source | /Engine/Source/Runtime/InteractiveToolsFramework/Private/InteractiveTool.cpp |
virtual FInteractiveToolActionSet * GetActionSet()
pointer to initialized Action set