![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IasHostGroup.h>
Public Member Functions | |
| DECLARE_TS_MULTICAST_DELEGATE (FOnHostGroupDisconnectedDelegate) | |
| TIoStatusOr< FIASHostGroup > | Register (FName Name, FAnsiStringView TestPath) |
| TIoStatusOr< FIASHostGroup > | Register (FName Name, TConstArrayView< FAnsiString > HostUrls) |
| FIASHostGroup | Find (FName Name) |
| void | ForEachHostGroup (TFunctionRef< void(const FIASHostGroup &)> Callback) const |
| void | Tick (uint32 TimeoutMs, std::atomic_bool &CancellationToken) |
| void | DisconnectAll () |
| uint32 | GetNumDisconnctedHosts () const |
| FOnHostGroupDisconnectedDelegate & | OnHostGroupDisconncted () |
Static Public Member Functions | |
| static FHostGroupManager & | Get () |
| UE::IoStore::FHostGroupManager::DECLARE_TS_MULTICAST_DELEGATE | ( | FOnHostGroupDisconnectedDelegate | ) |
| void UE::IoStore::FHostGroupManager::DisconnectAll | ( | ) |
| FIASHostGroup UE::IoStore::FHostGroupManager::Find | ( | FName | Name | ) |
| void UE::IoStore::FHostGroupManager::ForEachHostGroup | ( | TFunctionRef< void(const FIASHostGroup &)> | Callback | ) | const |
|
static |
| uint32 UE::IoStore::FHostGroupManager::GetNumDisconnctedHosts | ( | ) | const |
|
inline |
| TIoStatusOr< FIASHostGroup > UE::IoStore::FHostGroupManager::Register | ( | FName | Name, |
| FAnsiStringView | TestPath | ||
| ) |
| TIoStatusOr< FIASHostGroup > UE::IoStore::FHostGroupManager::Register | ( | FName | Name, |
| TConstArrayView< FAnsiString > | HostUrls | ||
| ) |
| void UE::IoStore::FHostGroupManager::Tick | ( | uint32 | TimeoutMs, |
| std::atomic_bool & | CancellationToken | ||
| ) |