FEditorCommandLineUtils

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorCommandLineUtils.h

Include

#include "EditorCommandLineUtils.h"

Syntax

struct FEditorCommandLineUtils

Functions

Name Description

Public function Static

bool

 

ParseGameProjectPath

(
    const TCHAR* EditorCmdLine,
    FString& ProjPathOut,
    FString& GameNameOut
)

Generally, users supply the project path/name as the second argument of the editor command-line, but in some cases (like for the -diff command), we can infer the project from elements elsewhere in the command-line...

Public function Static

void

 

ProcessEditorCommands

(
    const TCHAR* CommandLine
)

Parses commands from the supplied command-line and invokes any tools/ settings that we're specified.

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