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

#include <PlatformIoDispatcherStats.h>

Public Member Functions

void OnFileBlockRequestEnqueued (FIoFileBlockRequest &FileBlockRequest)
 
void OnFileBlockRequestDequeued (FIoFileBlockRequest &FileBlockRequest)
 
void OnFileBlockReadStarted (FIoFileBlockRequest &FileBlockRequest)
 
void OnFileBlockReadCompleted (FIoFileBlockRequest &FileBlockRequest)
 
void OnFileBlockCompleted (FIoFileBlockRequest &FileBlockRequest)
 
void OnFileBlockMemoryAllocated (uint32 Size)
 
void OnFileBlockMemoryFreed (uint32 Size)
 
void OnFileBlockCacheHit (uint64 Size)
 
void OnFileBlockCacheMiss (uint64 Size)
 
void OnFileBlockCacheStore (uint64 Size)
 
void OnDecodeRequestEnqueued (FIoEncodedBlockRequest &EncodedBlockRequest)
 
void OnDecodeRequestCompleted (FIoEncodedBlockRequest &EncodedBlockRequest)
 
void OnBytesScattered (int64 BytesScattered)
 

Member Function Documentation

◆ OnBytesScattered()

void UE::FPlatformIoDispatcherStats::OnBytesScattered ( int64  BytesScattered)
inline

◆ OnDecodeRequestCompleted()

void UE::FPlatformIoDispatcherStats::OnDecodeRequestCompleted ( FIoEncodedBlockRequest EncodedBlockRequest)
inline

◆ OnDecodeRequestEnqueued()

void UE::FPlatformIoDispatcherStats::OnDecodeRequestEnqueued ( FIoEncodedBlockRequest EncodedBlockRequest)
inline

◆ OnFileBlockCacheHit()

void UE::FPlatformIoDispatcherStats::OnFileBlockCacheHit ( uint64  Size)
inline

◆ OnFileBlockCacheMiss()

void UE::FPlatformIoDispatcherStats::OnFileBlockCacheMiss ( uint64  Size)
inline

◆ OnFileBlockCacheStore()

void UE::FPlatformIoDispatcherStats::OnFileBlockCacheStore ( uint64  Size)
inline

◆ OnFileBlockCompleted()

void UE::FPlatformIoDispatcherStats::OnFileBlockCompleted ( FIoFileBlockRequest FileBlockRequest)
inline

◆ OnFileBlockMemoryAllocated()

void UE::FPlatformIoDispatcherStats::OnFileBlockMemoryAllocated ( uint32  Size)
inline

◆ OnFileBlockMemoryFreed()

void UE::FPlatformIoDispatcherStats::OnFileBlockMemoryFreed ( uint32  Size)
inline

◆ OnFileBlockReadCompleted()

void UE::FPlatformIoDispatcherStats::OnFileBlockReadCompleted ( FIoFileBlockRequest FileBlockRequest)
inline

◆ OnFileBlockReadStarted()

void UE::FPlatformIoDispatcherStats::OnFileBlockReadStarted ( FIoFileBlockRequest FileBlockRequest)
inline

◆ OnFileBlockRequestDequeued()

void UE::FPlatformIoDispatcherStats::OnFileBlockRequestDequeued ( FIoFileBlockRequest FileBlockRequest)
inline

◆ OnFileBlockRequestEnqueued()

void UE::FPlatformIoDispatcherStats::OnFileBlockRequestEnqueued ( FIoFileBlockRequest FileBlockRequest)
inline

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