FFileLoadProgressUpdateData

Payload data for a file progress update

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/IAssetRegistry.h

Include

#include "IAssetRegistry.h"

Syntax

struct FFileLoadProgressUpdateData

Remarks

Payload data for a file progress update

Variables

Name Description

Public variable

bool

 

bIsDiscoveringAssetFiles

Public variable

int32

 

NumAssetsPendingDataLoad

Public variable

int32

 

NumAssetsProcessedByAssetRegistry

Public variable

int32

 

NumTotalAssets

Constructors

Name Description

Public function

FFileLoadProgressUpdateData

(
    int32 InNumTotalAssets,
    int32 InNumAssetsProcessedByAssetRe...,
    int32 InNumAssetsPendingDataLoad,
    bool InIsDiscoveringAssetFiles
)

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