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

#include <OnDemandIoStore.h>

Public Member Functions

bool IsOk () const
 

Public Attributes

double DurationInSeconds = 0.0
 
TOptional< UE::UnifiedError::FErrorError
 

Detailed Description

Result from flushing cache last access times.

Member Function Documentation

◆ IsOk()

bool UE::IoStore::FOnDemandFlushLastAccessResult::IsOk ( ) const
inline

Returns True if the request succeeded.

Member Data Documentation

◆ DurationInSeconds

double UE::IoStore::FOnDemandFlushLastAccessResult::DurationInSeconds = 0.0

Duration in seconds.

◆ Error

TOptional<UE::UnifiedError::FError> UE::IoStore::FOnDemandFlushLastAccessResult::Error

Error information about the request.


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