Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
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.

Definition at line 175 of file CoreGlobals.h.

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.

Definition at line 179 of file CoreGlobals.h.

◆ WindowHandle

void* FUELibraryOverrideSettings::WindowHandle = nullptr

The window handle to embed the engine into

Definition at line 182 of file CoreGlobals.h.

◆ WindowHeight

int32 FUELibraryOverrideSettings::WindowHeight = 0

The overridden height of the embedded viewport

Definition at line 188 of file CoreGlobals.h.

◆ WindowWidth

int32 FUELibraryOverrideSettings::WindowWidth = 0

The overridden width of the embedded viewport

Definition at line 185 of file CoreGlobals.h.


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