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

#include <PlatformIoDispatcherBase.h>

Public Member Functions

 FIoBlockKey ()
 
 FIoBlockKey (uint32 InFileId, uint32 InBlockId)
 
uint64 GetHash () const
 
uint32 GetBlockId () const
 
bool IsValid () const
 

Friends

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

Constructor & Destructor Documentation

◆ FIoBlockKey() [1/2]

UE::FIoBlockKey::FIoBlockKey ( )
inline

◆ FIoBlockKey() [2/2]

UE::FIoBlockKey::FIoBlockKey ( uint32  InFileId,
uint32  InBlockId 
)
inlineexplicit

Member Function Documentation

◆ GetBlockId()

uint32 UE::FIoBlockKey::GetBlockId ( ) const
inline

◆ GetHash()

uint64 UE::FIoBlockKey::GetHash ( ) const
inline

◆ IsValid()

bool UE::FIoBlockKey::IsValid ( ) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FIoBlockKey Key)
friend

◆ operator==

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

Member Data Documentation

◆ BlockId

uint32 UE::FIoBlockKey::BlockId

◆ FileId

uint32 UE::FIoBlockKey::FileId

◆ Hash

uint64 UE::FIoBlockKey::Hash

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