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

#include <AsyncPackageLoader.h>

Public Member Functions

 FAsyncLoadingThreadSettings ()
 

Static Public Member Functions

static COREUOBJECT_API FAsyncLoadingThreadSettingsGet ()
 

Public Attributes

bool bAsyncLoadingThreadEnabled
 
bool bAsyncPostLoadEnabled
 
bool bLooseFileLoadingEnabled
 

Detailed Description

Structure that holds the async loading thread ini settings

Constructor & Destructor Documentation

◆ FAsyncLoadingThreadSettings()

FAsyncLoadingThreadSettings::FAsyncLoadingThreadSettings ( )

Member Function Documentation

◆ Get()

FAsyncLoadingThreadSettings & FAsyncLoadingThreadSettings::Get ( )
static

Gets the ALT settigns from ini (or command line).

Member Data Documentation

◆ bAsyncLoadingThreadEnabled

bool FAsyncLoadingThreadSettings::bAsyncLoadingThreadEnabled

◆ bAsyncPostLoadEnabled

bool FAsyncLoadingThreadSettings::bAsyncPostLoadEnabled

◆ bLooseFileLoadingEnabled

bool FAsyncLoadingThreadSettings::bLooseFileLoadingEnabled

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