Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore > API/Runtime/IoStoreOnDemandCore/FOnDemandHostGroup
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TIoStatusOr< FOnDemandHostGroup > Create
(
FAnsiStringView Url |
Create a new host group with the specified URL. | IO/OnDemandHostGroup.h | |
static TIoStatusOr< FOnDemandHostGroup > Create
(
FStringView Url |
Create a new host group with the specified URL. | IO/OnDemandHostGroup.h | |
static TIoStatusOr< FOnDemandHostGroup > Create
(
TConstArrayView< FAnsiString > Urls |
Create a new host group with the specified URLs. | IO/OnDemandHostGroup.h | |
static TIoStatusOr< FOnDemandHostGroup > Create
(
TConstArrayView< FString > Urls |
Create a new host group with the specified URLs. | IO/OnDemandHostGroup.h |
Create(FAnsiStringView)
Description
Create a new host group with the specified URL.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/OnDemandHostGroup.h |
| Include Path | #include "IO/OnDemandHostGroup.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/OnDemandHostGroup.cpp |
static TIoStatusOr < FOnDemandHostGroup > Create
(
FAnsiStringView Url
)
Create(FStringView)
Description
Create a new host group with the specified URL.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/OnDemandHostGroup.h |
| Include Path | #include "IO/OnDemandHostGroup.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/OnDemandHostGroup.cpp |
static TIoStatusOr < FOnDemandHostGroup > Create
(
FStringView Url
)
Create(TConstArrayView< FAnsiString >)
Description
Create a new host group with the specified URLs.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/OnDemandHostGroup.h |
| Include Path | #include "IO/OnDemandHostGroup.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/OnDemandHostGroup.cpp |
static TIoStatusOr < FOnDemandHostGroup > Create
(
TConstArrayView< FAnsiString > Urls
)
Create(TConstArrayView< FString >)
Description
Create a new host group with the specified URLs.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/OnDemandHostGroup.h |
| Include Path | #include "IO/OnDemandHostGroup.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/OnDemandHostGroup.cpp |
static TIoStatusOr < FOnDemandHostGroup > Create
(
TConstArrayView< FString > Urls
)