FUELibraryOverrideSettings

The settings used by the UE-as-a-library feature.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/CoreGlobals.h

Include

#include "CoreGlobals.h"

Syntax

struct FUELibraryOverrideSettings

Remarks

The settings used by the UE-as-a-library feature.

Variables

Name Description

Public variable

bool

 

bIsEmbedded

True if we were initialized via the UELibrary.

Public variable

void *

 

WindowHandle

The window handle to embed the engine into

Public variable

int32

 

WindowHeight

The overridden height of the embedded viewport

Public variable

int32

 

WindowWidth

The overridden width of the embedded viewport

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