UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::StreamableManager::Private Namespace Reference

Classes

struct  FDownloadContext
 

Functions

FStreamableDelegateWithHandle WrapDelegate (const FStreamableDelegate &InDelegate)
 
FStreamableDelegateWithHandle WrapDelegate (FStreamableDelegate &&InDelegate)
 
template<typename InStreamableDelegate >
void ExecuteDelegateInternal (InStreamableDelegate &&Delegate, TSharedPtr< FStreamableHandle > AssociatedHandle, InStreamableDelegate &&CancelDelegate)
 

Variables

template<class >
constexpr bool always_false_v = false
 

Function Documentation

◆ ExecuteDelegateInternal()

void UE::StreamableManager::Private::ExecuteDelegateInternal ( InStreamableDelegate &&  Delegate,
TSharedPtr< FStreamableHandle AssociatedHandle,
InStreamableDelegate &&  CancelDelegate 
)

◆ WrapDelegate() [1/2]

FStreamableDelegateWithHandle UE::StreamableManager::Private::WrapDelegate ( const FStreamableDelegate InDelegate)
inline

◆ WrapDelegate() [2/2]

FStreamableDelegateWithHandle UE::StreamableManager::Private::WrapDelegate ( FStreamableDelegate &&  InDelegate)
inline

Variable Documentation

◆ always_false_v

template<class >
constexpr bool UE::StreamableManager::Private::always_false_v = false
inlineconstexpr