Navigation
API > API/Runtime > API/Runtime/Core
The settings used by the UE-as-a-library feature.
| Name | FUELibraryOverrideSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/CoreGlobals.h |
| Include Path | #include "CoreGlobals.h" |
Syntax
struct FUELibraryOverrideSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsEmbedded | bool | True if we were initialized via the UELibrary. | CoreGlobals.h | |
| WindowHandle | void * | The window handle to embed the engine into | CoreGlobals.h | |
| WindowHeight | int32 | The overridden height of the embedded viewport | CoreGlobals.h | |
| WindowWidth | int32 | The overridden width of the embedded viewport | CoreGlobals.h |