FEngineLoop::PreInit

Pre-Initialize the main loop - parse command line, sets up GIsEditor, etc.

Windows
MacOS
Linux

References

Module

Launch

Header

/Engine/Source/Runtime/Launch/Public/LaunchEngineLoop.h

Include

#include "LaunchEngineLoop.h"

Source

/Engine/Source/Runtime/Launch/Private/LaunchEngineLoop.cpp

Syntax

int32 PreInit
(
    const TCHAR * CmdLine
)

Remarks

Pre-Initialize the main loop - parse command line, sets up GIsEditor, etc.

Returns

The error level; 0 if successful, > 0 if there were errors.

Parameters

Parameter

Description

CmdLine

The command line.

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