Navigation
API > API/Runtime > API/Runtime/EngineMessages
References
| Module | EngineMessages |
| Header | /Engine/Source/Runtime/EngineMessages/Public/EngineServiceMessages.h |
| Include | #include "EngineServiceMessages.h" |
Syntax
struct FEngineServiceExecuteCommand
Remarks
Command messages Implements a message for executing a console command.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Command | Holds the command to execute. | |
| FString | UserName | Holds the name of the user that wants to execute the command. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FEngineServiceExecuteCommand
(
const FString& InCommand, |
Creates and initializes a new instance. |