UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CommandLine.h File Reference
#include "CoreTypes.h"
#include "Containers/Array.h"
#include "Containers/StringView.h"
#include "Containers/UnrealString.h"

Go to the source code of this file.

Classes

struct  FCommandLine
 

Macros

#define UE_COMMAND_LINE_USES_ALLOW_LIST   0
 
#define ApplyCommandLineAllowList()
 

Enumerations

enum class  ECommandLineArgumentFlags {
  None = 0x0000 , EditorContext = 0x0001 , ClientContext = 0x0002 , ServerContext = 0x0004 ,
  CommandletContext = 0x0008 , ProgramContext = 0x0010 , GameContexts = 0x0006 , AllContexts = 0x001F ,
  Inherit = 0x0020
}
 

Macro Definition Documentation

◆ ApplyCommandLineAllowList

#define ApplyCommandLineAllowList ( )

◆ UE_COMMAND_LINE_USES_ALLOW_LIST

#define UE_COMMAND_LINE_USES_ALLOW_LIST   0

Enumeration Type Documentation

◆ ECommandLineArgumentFlags

Enumerator
None 
EditorContext 
ClientContext 
ServerContext 
CommandletContext 
ProgramContext 
GameContexts 
AllContexts 
Inherit