UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FLoadPackageAsyncProgressDelegate Class Reference

#include <UObjectGlobals.h>

Public Types

using DelegateType = TTSDelegate< void(FLoadPackageAsyncProgressParams &Params)>
 

Public Member Functions

 FLoadPackageAsyncProgressDelegate (DelegateType &&InDelegate, uint32 InMask=MAX_uint32)
 
void Invoke (FLoadPackageAsyncProgressParams &Params)
 

Static Public Member Functions

static constexpr uint32 BuildMask (EAsyncLoadingProgress Progress)
 
static constexpr uint32 BuildMask (auto... Types)
 

Detailed Description

Thread-safe delegate called on progress of async package loading.

Member Typedef Documentation

◆ DelegateType

Constructor & Destructor Documentation

◆ FLoadPackageAsyncProgressDelegate()

FLoadPackageAsyncProgressDelegate::FLoadPackageAsyncProgressDelegate ( DelegateType &&  InDelegate,
uint32  InMask = MAX_uint32 
)
inline

Member Function Documentation

◆ BuildMask() [1/2]

static constexpr uint32 FLoadPackageAsyncProgressDelegate::BuildMask ( auto...  Types)
inlinestaticconstexpr

◆ BuildMask() [2/2]

static constexpr uint32 FLoadPackageAsyncProgressDelegate::BuildMask ( EAsyncLoadingProgress  Progress)
inlinestaticconstexpr

◆ Invoke()

void FLoadPackageAsyncProgressDelegate::Invoke ( FLoadPackageAsyncProgressParams Params)
inline

The documentation for this class was generated from the following file: