FAsyncStoreLoader

Loads tag store with async creation of expensive tag values

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/AssetRegistry/AssetDataTagMapSerializationDetails.h

Include

#include "AssetRegistry/AssetDataTagMapSerializationDetails.h"

Syntax

class FAsyncStoreLoader

Remarks

Loads tag store with async creation of expensive tag values

Caller should:

Constructors

Name Description

Public function

FAsyncStoreLoader()

Functions

Name Description

Public function

TRefCountPtr...

 

LoadFinalData

(
    FArchive& Ar
)

2) Read remaining data, including FNames

Public function

TFuture< voi...

 

ReadInitialDataAndKickLoad

(
    FArchive& Ar,
    uint32 MaxWorkerTasks
)

1) Read initial data and kick expensive tag value creation task

Won't load FNames to allow concurrent name batch loading

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss