UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UAssetManager::FPendingChunkInstall Struct Reference

#include <AssetManager.h>

Public Attributes

TArray< int32RequestedChunks
 
TArray< int32PendingChunks
 
TSharedPtr< FStreamableHandleStalledStreamableHandle
 
FAssetManagerAcquireResourceDelegate ManualCallback
 

Detailed Description

Defines a set of chunk installs that are waiting

Member Data Documentation

◆ ManualCallback

FAssetManagerAcquireResourceDelegate UAssetManager::FPendingChunkInstall::ManualCallback

Delegate to call on completion, may be empty

◆ PendingChunks

TArray<int32> UAssetManager::FPendingChunkInstall::PendingChunks

Chunks we are still waiting for

◆ RequestedChunks

TArray<int32> UAssetManager::FPendingChunkInstall::RequestedChunks

Chunks we originally requested

◆ StalledStreamableHandle

TSharedPtr<FStreamableHandle> UAssetManager::FPendingChunkInstall::StalledStreamableHandle

Stalled streamable handle waiting for this install, may be null


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