Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore > API/Runtime/IoStoreOnDemandCore/FOnDemandContentHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates a new invalid content handle. | IO/IoStoreOnDemand.h | ||
FOnDemandContentHandle
(
const FOnDemandContentHandle& Other |
IO/IoStoreOnDemand.h | ||
FOnDemandContentHandle
(
FOnDemandContentHandle&& Other |
IO/IoStoreOnDemand.h |
FOnDemandContentHandle()
Description
Creates a new invalid content handle.
| Name | FOnDemandContentHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
FOnDemandContentHandle()
FOnDemandContentHandle(const FOnDemandContentHandle &)
| Name | FOnDemandContentHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
FOnDemandContentHandle
(
const FOnDemandContentHandle & Other
)
FOnDemandContentHandle(FOnDemandContentHandle &&)
| Name | FOnDemandContentHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
FOnDemandContentHandle
(
FOnDemandContentHandle && Other
)