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