UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FEngineServiceTerminate Struct Reference

#include <EngineServiceMessages.h>

Public Member Functions

 FEngineServiceTerminate ()
 
 FEngineServiceTerminate (const FString &InUserName)
 

Public Attributes

FString UserName
 

Detailed Description

Implements a message for terminating the engine.

Constructor & Destructor Documentation

◆ FEngineServiceTerminate() [1/2]

FEngineServiceTerminate::FEngineServiceTerminate ( )
inline

Default constructor.

◆ FEngineServiceTerminate() [2/2]

FEngineServiceTerminate::FEngineServiceTerminate ( const FString &  InUserName)
inline

Creates and initializes a new instance.

Member Data Documentation

◆ UserName

FString FEngineServiceTerminate::UserName

Holds the name of the user that wants to terminate the engine.


The documentation for this struct was generated from the following file: