UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FUELibraryOverrideSettings Struct Reference

#include <CoreGlobals.h>

Public Attributes

bool bIsEmbedded = false
 
voidWindowHandle = nullptr
 
int32 WindowWidth = 0
 
int32 WindowHeight = 0
 

Detailed Description

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

Member Data Documentation

◆ bIsEmbedded

bool FUELibraryOverrideSettings::bIsEmbedded = false

True if we were initialized via the UELibrary. If this is false, none of the other field values should be acknowledged.

◆ WindowHandle

void* FUELibraryOverrideSettings::WindowHandle = nullptr

The window handle to embed the engine into

◆ WindowHeight

int32 FUELibraryOverrideSettings::WindowHeight = 0

The overridden height of the embedded viewport

◆ WindowWidth

int32 FUELibraryOverrideSettings::WindowWidth = 0

The overridden width of the embedded viewport


The documentation for this struct was generated from the following file: