Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
FInteractiveToolActionSet maintains a list of FInteractiveToolAction. Each UInteractiveTool contains an instance of this class.
| Name | FInteractiveToolActionSet |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolActionSet.h |
| Include Path | #include "InteractiveToolActionSet.h" |
Syntax
class FInteractiveToolActionSet
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CollectActions
(
TArray< FInteractiveToolAction >& OutActions |
Return the internal list of registered Actions by adding to the OutActions array | InteractiveToolActionSet.h | |
void ExecuteAction
(
int32 ActionID |
Execute the action identified by ActionID | InteractiveToolActionSet.h | |
const FInteractiveToolAction * FindActionByID
(
int32 ActionID |
Find an existing Action by ID | InteractiveToolActionSet.h | |
void RegisterAction
(
UInteractiveTool* Tool, |
Register an Action with the ActionSet. | InteractiveToolActionSet.h |