UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::IoStore::FOnDemandTocContainerEntry Struct Reference

#include <OnDemandToc.h>

Public Attributes

FIoContainerId ContainerId
 
FString ContainerName
 
FString EncryptionKeyGuid
 
TArray< FOnDemandTocEntryEntries
 
TArray< uint32BlockSizes
 
TArray< FIoBlockHashBlockHashes
 
TArray< uint8Header
 
FIoHash UTocHash
 
uint8 ContainerFlags = 0
 

Friends

UE_API friend FArchiveoperator<< (FArchive &Ar, FOnDemandTocContainerEntry &ContainerEntry)
 
UE_API friend FCbWriteroperator<< (FCbWriter &Writer, const FOnDemandTocContainerEntry &ContainerEntry)
 

Friends And Related Symbol Documentation

◆ operator<< [1/2]

UE_API friend FArchive & operator<< ( FArchive Ar,
FOnDemandTocContainerEntry ContainerEntry 
)
friend

◆ operator<< [2/2]

UE_API friend FCbWriter & operator<< ( FCbWriter Writer,
const FOnDemandTocContainerEntry ContainerEntry 
)
friend

Member Data Documentation

◆ BlockHashes

TArray<FIoBlockHash> UE::IoStore::FOnDemandTocContainerEntry::BlockHashes

◆ BlockSizes

TArray<uint32> UE::IoStore::FOnDemandTocContainerEntry::BlockSizes

◆ ContainerFlags

uint8 UE::IoStore::FOnDemandTocContainerEntry::ContainerFlags = 0

◆ ContainerId

FIoContainerId UE::IoStore::FOnDemandTocContainerEntry::ContainerId

◆ ContainerName

FString UE::IoStore::FOnDemandTocContainerEntry::ContainerName

◆ EncryptionKeyGuid

FString UE::IoStore::FOnDemandTocContainerEntry::EncryptionKeyGuid

◆ Entries

TArray<FOnDemandTocEntry> UE::IoStore::FOnDemandTocContainerEntry::Entries

◆ Header

TArray<uint8> UE::IoStore::FOnDemandTocContainerEntry::Header

◆ UTocHash

FIoHash UE::IoStore::FOnDemandTocContainerEntry::UTocHash

Hash of the .utoc file (on disk) used to generate this data


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