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

#include <IoStoreOnDemand.h>

Public Member Functions

bool IsOk () const
 

Public Attributes

FOnDemandHostGroup HostGroup
 
TOptional< UE::UnifiedError::FErrorError
 

Detailed Description

Holds the result when registering a host group.

Member Function Documentation

◆ IsOk()

bool UE::IoStore::FOnDemandRegisterHostGroupResult::IsOk ( ) const
inline

Returns True if the request succeeded.

Member Data Documentation

◆ Error

TOptional<UE::UnifiedError::FError> UE::IoStore::FOnDemandRegisterHostGroupResult::Error

Error information about the request.

◆ HostGroup

FOnDemandHostGroup UE::IoStore::FOnDemandRegisterHostGroupResult::HostGroup

The registered host group.


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