Navigation
API > API/Runtime > API/Runtime/CoreUObject
Structure that holds the async loading thread ini settings
| Name | FAsyncLoadingThreadSettings |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/Serialization/AsyncPackageLoader.h |
| Include Path | #include "Serialization/AsyncPackageLoader.h" |
Syntax
struct FAsyncLoadingThreadSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAsyncLoadingThreadSettings() |
Serialization/AsyncPackageLoader.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAsyncLoadingThreadEnabled | bool | Serialization/AsyncPackageLoader.h | ||
| bAsyncPostLoadEnabled | bool | Serialization/AsyncPackageLoader.h | ||
| bLooseFileLoadingEnabled | bool | Serialization/AsyncPackageLoader.h |
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FAsyncLoadingThreadSettings & Get() |
Gets the ALT settigns from ini (or command line). | Serialization/AsyncPackageLoader.h |