8#ifndef WITH_IOSTORE_ONDEMAND_TESTS
9#define WITH_IOSTORE_ONDEMAND_TESTS 0
12#define UE_API IOSTOREONDEMANDCORE_API
71 std::atomic<EStatus>
Status{EStatus::Pending};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define UE_API
Definition IoStoreOnDemandInternals.h:12
UE_API FString LexToString(const UE::IoStore::FOnDemandInternalContentHandle &Handle)
Definition IoStoreOnDemandInternals.cpp:131
#define UE_API
Definition SColorGradingComponentViewer.h:12
Definition IoStoreOnDemandInternals.h:43
UPTRINT HandleId() const
Definition IoStoreOnDemandInternals.h:55
UE_API ~FOnDemandInternalContentHandle()
Definition IoStoreOnDemandInternals.cpp:32
FOnDemandInternalContentHandle()
Definition IoStoreOnDemandInternals.h:45
FSharedString DebugName
Definition IoStoreOnDemandInternals.h:57
FWeakOnDemandIoStore IoStore
Definition IoStoreOnDemandInternals.h:58
FOnDemandInternalContentHandle(FSharedString InDebugName)
Definition IoStoreOnDemandInternals.h:49
Definition IoStoreOnDemandInternals.h:63
FOnDemandInternalInstallRequest(UPTRINT InInstallerRequest)
Definition IoStoreOnDemandInternals.h:67
std::atomic< EStatus > Status
Definition IoStoreOnDemandInternals.h:71
UPTRINT InstallerRequest
Definition IoStoreOnDemandInternals.h:70
EStatus
Definition IoStoreOnDemand.h:47
NO_LOGGING.
Definition Client.h:20
Definition IoStoreOnDemandInternals.h:19
friend uint32 GetTypeHash(const FOnDemandWeakContentHandle &Handle)
Definition IoStoreOnDemandInternals.h:30
static UE_API FOnDemandWeakContentHandle FromUnsafeHandle(UPTRINT HandleId)
Definition IoStoreOnDemandInternals.cpp:21
bool operator!=(const FOnDemandWeakContentHandle &Other) const
Definition IoStoreOnDemandInternals.h:25
FSharedString DebugName
Definition IoStoreOnDemandInternals.h:38
bool operator==(const FOnDemandWeakContentHandle &Other) const
Definition IoStoreOnDemandInternals.h:20
UPTRINT HandleId
Definition IoStoreOnDemandInternals.h:37