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

#include <EngineServiceMessages.h>

Public Member Functions

 FEngineServiceExecuteCommand ()
 
 FEngineServiceExecuteCommand (const FString &InCommand, const FString &InUserName)
 

Public Attributes

FString Command
 
FString UserName
 

Detailed Description

Implements a message for executing a console command.

Constructor & Destructor Documentation

◆ FEngineServiceExecuteCommand() [1/2]

FEngineServiceExecuteCommand::FEngineServiceExecuteCommand ( )
inline

Default constructor.

◆ FEngineServiceExecuteCommand() [2/2]

FEngineServiceExecuteCommand::FEngineServiceExecuteCommand ( const FString &  InCommand,
const FString &  InUserName 
)
inline

Creates and initializes a new instance.

Member Data Documentation

◆ Command

FString FEngineServiceExecuteCommand::Command

Holds the command to execute.

◆ UserName

FString FEngineServiceExecuteCommand::UserName

Holds the name of the user that wants to execute the command.


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