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

#include <IoStoreOnDemand.h>

Public Attributes

FName HostGroupName
 
TArray< FString > HostNames
 
FString TestUrl
 
bool bUseSecureHttp = false
 

Detailed Description

Arguments for registering a new host group.

Member Data Documentation

◆ bUseSecureHttp

bool UE::IoStore::FOnDemandRegisterHostGroupArgs::bUseSecureHttp = false

Whether to use secure https.

◆ HostGroupName

FName UE::IoStore::FOnDemandRegisterHostGroupArgs::HostGroupName

Name of the host group.

◆ HostNames

TArray<FString> UE::IoStore::FOnDemandRegisterHostGroupArgs::HostNames

List of host name(s).

◆ TestUrl

FString UE::IoStore::FOnDemandRegisterHostGroupArgs::TestUrl

Test URL.


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