UInteractiveTool::GetActionSet

Action support/system

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InteractiveTool.h"

Source

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

Syntax

virtual FInteractiveToolActionSet * GetActionSet()

Remarks

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.

Returns

pointer to initialized Action set

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