![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CoreGlobals.h>
Public Attributes | |
| bool | bIsEmbedded = false |
| void * | WindowHandle = nullptr |
| int32 | WindowWidth = 0 |
| int32 | WindowHeight = 0 |
The settings used by the UE-as-a-library feature.
True if we were initialized via the UELibrary. If this is false, none of the other field values should be acknowledged.
| void* FUELibraryOverrideSettings::WindowHandle = nullptr |
The window handle to embed the engine into
| int32 FUELibraryOverrideSettings::WindowHeight = 0 |
The overridden height of the embedded viewport
| int32 FUELibraryOverrideSettings::WindowWidth = 0 |
The overridden width of the embedded viewport