Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Holds the result when registering a host group.
| Name | FOnDemandRegisterHostGroupResult |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandRegisterHostGroupResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Error | TOptional< UE::UnifiedError::FError > | Error information about the request. | IO/IoStoreOnDemand.h | |
| HostGroup | FOnDemandHostGroup | The registered host group. | IO/IoStoreOnDemand.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsOk() |
Returns True if the request succeeded. | IO/IoStoreOnDemand.h |