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

#include <IoDispatcherFileBackendTypes.h>

Public Attributes

union { 
 
   struct { 
 
      uint32   FileIndex 
 
      uint32   BlockIndex 
 
   }  
 
   uint64   Hash 
 
};  
 

Friends

bool operator== (const FFileIoStoreBlockKey &A, const FFileIoStoreBlockKey &B)
 
uint32 GetTypeHash (const FFileIoStoreBlockKey &Key)
 

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FFileIoStoreBlockKey Key)
friend

◆ operator==

bool operator== ( const FFileIoStoreBlockKey A,
const FFileIoStoreBlockKey B 
)
friend

Member Data Documentation

◆ [union]

union { ... } FFileIoStoreBlockKey

◆ BlockIndex

uint32 FFileIoStoreBlockKey::BlockIndex

◆ FileIndex

uint32 FFileIoStoreBlockKey::FileIndex

◆ Hash

uint64 FFileIoStoreBlockKey::Hash

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