Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveCommandArguments
- UGeometrySelectionEditCommandArguments
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveCommand.h |
| Include | #include "InteractiveCommand.h" |
Syntax
class UInteractiveCommandArguments : public UObject
Remarks
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
Variables
| Type | Name | Description | |
|---|---|---|---|
| IToolsContextTransactionsAPI * | TransactionsAPI |
Functions
| Type | Name | Description | |
|---|---|---|---|
| IToolsContextTransactionsAPI * | |||
| bool | |||
| void | SetTransactionsAPI
(
IToolsContextTransactionsAPI* TransactionsAPIIn |