![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IoStoreOnDemand.h>
Public Member Functions | |
| UE_API void | LogResult () |
Public Attributes | |
| FString | MountId |
| FIoStatus | Status |
| double | DurationInSeconds = 0.0 |
Holds information about a mount request.
| 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.
| double UE::IoStore::FOnDemandMountResult::DurationInSeconds = 0.0 |
Duration in seconds.
| FString UE::IoStore::FOnDemandMountResult::MountId |
The mount ID used for mounting the container(s).
| FIoStatus UE::IoStore::FOnDemandMountResult::Status |
The status of the mount request.