Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore > API/Runtime/IoStoreOnDemandCore/FOnDemandContentHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FOnDemandContentHandle Create () |
Create a new content handle . | IO/IoStoreOnDemand.h | |
static FOnDemandContentHandle Create
(
FSharedString DebugName |
Create a new content handle with a debug name. | IO/IoStoreOnDemand.h | |
static FOnDemandContentHandle Create
(
FStringView DebugName |
Create a new content handle with a debug name. | IO/IoStoreOnDemand.h |
Create()
Description
Create a new content handle .
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/IoStoreOnDemandInternals.cpp |
static FOnDemandContentHandle Create()
Create(FSharedString)
Description
Create a new content handle with a debug name.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/IoStoreOnDemandInternals.cpp |
static FOnDemandContentHandle Create
(
FSharedString DebugName
)
Create(FStringView)
Description
Create a new content handle with a debug name.
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
| Source | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Private/IoStoreOnDemandInternals.cpp |
static FOnDemandContentHandle Create
(
FStringView DebugName
)