Navigation
API > API/Runtime > API/Runtime/IoStoreOnDemandCore > API/Runtime/IoStoreOnDemandCore/FOnDemandInstallRequest
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Creates an invalid install request. | IO/IoStoreOnDemand.h | ||
| Move constructable. | IO/IoStoreOnDemand.h | ||
FOnDemandInstallRequest
(
const FOnDemandInstallRequest& |
IO/IoStoreOnDemand.h | ||
FOnDemandInstallRequest
(
FWeakOnDemandIoStore IoStore, |
IO/IoStoreOnDemand.h |
FOnDemandInstallRequest()
Description
Creates an invalid install request.
| Name | FOnDemandInstallRequest |
| 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 |
FOnDemandInstallRequest()
FOnDemandInstallRequest(FOnDemandInstallRequest &&)
Description
Move constructable.
| Name | FOnDemandInstallRequest |
| 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 |
FOnDemandInstallRequest
(
FOnDemandInstallRequest &&
)
FOnDemandInstallRequest(const FOnDemandInstallRequest &)
| Name | FOnDemandInstallRequest |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/IoStore/OnDemandCore/Public/IO/IoStoreOnDemand.h |
| Include Path | #include "IO/IoStoreOnDemand.h" |
FOnDemandInstallRequest
(
const FOnDemandInstallRequest &
)
FOnDemandInstallRequest(FWeakOnDemandIoStore, FSharedInternalInstallRequest)
| Name | FOnDemandInstallRequest |
| 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 |
FOnDemandInstallRequest
(
FWeakOnDemandIoStore IoStore,
FSharedInternalInstallRequest InternalRequest
)