FEngineServiceExecuteCommand

Command messages Implements a message for executing a console command.

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

Command

Holds the command to execute.

Public variable

FString

 

UserName

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

Constructors

Name Description

Public function

FEngineServiceExecuteCommand()

Default constructor.

Public function

FEngineServiceExecuteCommand

(
    const FString& InCommand,
    const FString& InUserName
)

Creates and initializes a new instance.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss