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

#include <IoStoreOnDemand.h>

Public Member Functions

UE_API void LogResult ()
 

Public Attributes

FString MountId
 
FIoStatus Status
 
double DurationInSeconds = 0.0
 

Detailed Description

Holds information about a mount request.

Member Function Documentation

◆ LogResult()

void UE::IoStore::FOnDemandMountResult::LogResult ( )

Prints the result to the log. If the result was a success then nothing will be logged. If the mount failed on EIoErrorCode::PendingHostGroup then the result will be printed with 'log' verbosity. All other results will be printed with 'error' verbosity.

Member Data Documentation

◆ DurationInSeconds

double UE::IoStore::FOnDemandMountResult::DurationInSeconds = 0.0

Duration in seconds.

◆ MountId

FString UE::IoStore::FOnDemandMountResult::MountId

The mount ID used for mounting the container(s).

◆ Status

FIoStatus UE::IoStore::FOnDemandMountResult::Status

The status of the mount request.


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