Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore
Arguments for registering a new host group.
| Name | FOnDemandRegisterHostGroupArgs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
Syntax
struct FOnDemandRegisterHostGroupArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseSecureHttp | bool | Whether to use secure https. | IO/IoStoreOnDemand.h | |
| HostGroupName | FName | Name of the host group. | IO/IoStoreOnDemand.h | |
| HostNames | TArray< FString > | List of host name(s). | IO/IoStoreOnDemand.h | |
| TestUrl | FString | Test URL. | IO/IoStoreOnDemand.h |