Navigation
API > API/Runtime > API/Runtime/EngineMessages
References
| Module | EngineMessages |
| Header | /Engine/Source/Runtime/EngineMessages/Public/EngineServiceMessages.h |
| Include | #include "EngineServiceMessages.h" |
Syntax
struct FEngineServiceTerminate
Remarks
Implements a message for terminating the engine.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | UserName | Holds the name of the user that wants to terminate the engine. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FEngineServiceTerminate
(
const FString& InUserName |
Creates and initializes a new instance. |