Ark Server API (ASA) - Wiki
|
#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.
Definition at line 175 of file CoreGlobals.h.
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.
The window handle to embed the engine into
Definition at line 182 of file CoreGlobals.h.
int32 FUELibraryOverrideSettings::WindowHeight = 0 |
The overridden height of the embedded viewport
Definition at line 188 of file CoreGlobals.h.
int32 FUELibraryOverrideSettings::WindowWidth = 0 |
The overridden width of the embedded viewport
Definition at line 185 of file CoreGlobals.h.