Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveCommand
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveCommand.h |
| Include | #include "InteractiveCommand.h" |
virtual void ExecuteCommand
(
UInteractiveCommandArguments * Arguments,
UInteractiveCommandResult ** Result
)
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. |