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

#include <IoStoreOnDemand.h>

Public Member Functions

bool IsOk () const
 

Public Attributes

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

Detailed Description

Holds information about an install request.

Member Function Documentation

◆ IsOk()

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

Returns True if the request succeeded.

Member Data Documentation

◆ DurationInSeconds

double UE::IoStore::FOnDemandInstallResult::DurationInSeconds = 0.0

Duration in seconds.

◆ Error

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

Error information about the request.

◆ Progress

FOnDemandInstallProgress UE::IoStore::FOnDemandInstallResult::Progress

Final progress for the install request.


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