DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

ULuminRuntimeSettings

UObject

IMPORTANT!! Add a default value for every new UPROPERTY in the ULuminRuntimeSettings class in /Engine/Config/BaseEngine.ini Implements the settings for the Lumin runtime platform.

Member Type Offset Share
PackageName

The official name of the project.

FString 0x28
ApplicationDisplayName

The visual application name displayed for end users.

FString 0x38
FrameTimingHint

Indicates to the Lumin OS what the application's target framerate is, to improve prediction and reprojection

ELuminFrameTimingHint 0x48
bProtectedContent

Content for this app is protected and should not be recorded or captured outside the graphics system.

bool 0x49
bManualCallToAppReady

Check this if you wish to manually control when the start up loading animation is dismissed.

bool 0x4a
bUseMobileRendering

If checked, use Mobile Rendering. Otherwise, use Desktop Rendering.

bool 0x4b
bUseVulkan bool 0x4c
Certificate

Certificate File used to sign builds for distribution.

FFilePath 0x50
IconModelPath

Folder containing the assets (FBX / OBJ / MTL / PNG files) used for the Magic Leap App Icon model.

FDirectoryPath 0x60
IconPortalPath

Folder containing the assets (FBX / OBJ / MTL / PNG files) used for the Magic Leap App Icon portal.

FDirectoryPath 0x70
LocalizedIconInfos FLocalizedIconInfos 0x80
VersionCode

Used as an internal version number.

int32_t 0x90
MinimumAPILevel

Minimum API level required based on which APIs have been integrated into the base engine.

int32_t 0x94
AppPrivileges

Any privileges your app needs.

TArray<ELuminPrivilege> 0x98
ExtraComponentSubElements

Extra nodes under the node like , etc.

TArray<FLuminComponentSubElement> 0xa8
ExtraComponentElements

Extra component elements.

TArray<FLuminComponentElement> 0xb8
SpatializationPlugin

Which of the currently enabled spatialization plugins to use on Lumin.

FString 0xc8
ReverbPlugin

Which of the currently enabled reverb plugins to use on Lumin.

FString 0xd8
OcclusionPlugin

Which of the currently enabled occlusion plugins to use on Lumin.

FString 0xe8
SoundCueCookQualityIndex

Quality Level to COOK SoundCues at (if set, all other levels will be stripped by the cooker).

int32_t 0xf8
bRemoveDebugInfo

Strip debug symbols from packaged builds even if they aren't shipping builds.

bool 0xfc
VulkanValidationLayerLibs

Folder containing the libraries required for vulkan validation layers.

FDirectoryPath 0x100
bFrameVignette

Render frame vignette.

bool 0x110
LocalizedAppNames TArray<FLocalizedAppName> 0x118