Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
UInteractiveCommandArguments are arguments passed to a UInteractiveCommand. Subclasses of UInteractiveCommand will generally be paired with subclasses of UInteractiveCommandArguments.
The base UInteractiveCommandArguments provides support for transactions via a IToolsContextTransactionsAPI
| Name | UInteractiveCommandArguments |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveCommand.h |
| Include Path | #include "InteractiveCommand.h" |
Syntax
UCLASS (MinimalAPI)
class UInteractiveCommandArguments : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveCommandArguments
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual IToolsContextTransactionsAPI * GetTransactionsAPI() |
InteractiveCommand.h | ||
virtual bool HasTransactionsAPI() |
InteractiveCommand.h | ||
virtual void SetTransactionsAPI
(
IToolsContextTransactionsAPI* TransactionsAPIIn |
InteractiveCommand.h |