Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveCommand
- UInteractiveCommand::ExecuteCommand()
- UGeometrySelectionEditCommand::ExecuteCommand()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveCommand.h |
| Include | #include "InteractiveCommand.h" |
virtual void ExecuteCommand
&40;
UInteractiveCommandArguments &42; Arguments,
UInteractiveCommandResult &42;&42; Result
&41;
Remarks
Execute the command with the given Arguments
Parameters
| Name | Description |
|---|---|
| Result | optional command result. Command would have to allocate the UInteractiveCommandResult object to return it, but is not required to. Caller should not assume that a non-null Result is necessarily returned. |