Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Holds information about a mount request.
| Name | FOnDemandMountResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandMountResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DurationInSeconds | double | Duration in seconds. | IO/IoStoreOnDemand.h | |
| MountId | FString | The mount ID used for mounting the container(s). | IO/IoStoreOnDemand.h | |
| Status | FIoStatus | The status of the mount request. | IO/IoStoreOnDemand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void LogResult () |
Prints the result to the log. | IO/IoStoreOnDemand.h |