Go to the source code of this file.
|
| enum class | UE::IoStore::EOnDemandMountOptions {
UE::IoStore::StreamOnDemand = 1 << 0
, UE::IoStore::InstallOnDemand = 1 << 1
, UE::IoStore::CallbackOnGameThread = 1 << 2
, UE::IoStore::WithSoftReferences = 1 << 3
,
UE::IoStore::ForceNonSecureHttp = 1 << 4
} |
| |
| enum class | UE::IoStore::EOnDemandInstallOptions {
UE::IoStore::None = 0
, UE::IoStore::CallbackOnGameThread = 1 << 0
, UE::IoStore::InstallSoftReferences = 1 << 1
, UE::IoStore::InstallOptionalBulkData = 1 << 2
,
UE::IoStore::DoNotDownload = 1 << 3
, UE::IoStore::AllowMissingDependencies = 1 << 4
} |
| |
| enum class | UE::IoStore::EOnDemandPurgeOptions { UE::IoStore::None = 0
, UE::IoStore::CallbackOnGameThread = 1 << 0
, UE::IoStore::Defrag = 1 << 1
} |
| |
| enum class | UE::IoStore::EOnDemandDefragOptions { UE::IoStore::None = 0
, UE::IoStore::CallbackOnGameThread = 1 << 0
} |
| |
| enum class | UE::IoStore::EOnDemandGetInstallSizeOptions { UE::IoStore::None = 0
, UE::IoStore::IncludeSoftReferences = 1 << 0
, UE::IoStore::IncludeOptionalBulkData = 1 << 1
} |
| |
| enum class | UE::IoStore::EOnDemandGetCacheUsageOptions { UE::IoStore::None = 0
, UE::IoStore::DumpHandlesToLog = 1 << 0
, UE::IoStore::DumpHandlesToResults = 1 << 1
} |
| |
| enum class | UE::IoStore::EOnDemandStreamingOptions { UE::IoStore::Default = 0
, UE::IoStore::OptionalBulkDataDisabled = (1 << 0)
} |
| |
◆ UE_API
◆ UE_IAS_CUSTOM_INITIALIZATION
| #define UE_IAS_CUSTOM_INITIALIZATION 0 |
◆ DECLARE_LOG_CATEGORY_EXTERN() [1/2]
◆ DECLARE_LOG_CATEGORY_EXTERN() [2/2]