Navigation
Unreal Engine C++ API Reference > Runtime > Core
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
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bIsEmbedded | True if we were initialized via the UELibrary. |
![]() |
void * | WindowHandle | The window handle to embed the engine into |
![]() |
int32 | WindowHeight | The overridden height of the embedded viewport |
![]() |
int32 | WindowWidth | The overridden width of the embedded viewport |