#include <DiskCachedAssetData.h>
◆ FDiskCachedAssetData() [1/2]
| FDiskCachedAssetData::FDiskCachedAssetData |
( |
| ) |
|
|
inline |
◆ FDiskCachedAssetData() [2/2]
| FDiskCachedAssetData::FDiskCachedAssetData |
( |
const FDateTime & |
InModificationTime, |
|
|
const FDateTime & |
InLastSeen, |
|
|
FName |
InExtension |
|
) |
| |
|
inline |
◆ GetAllocatedSize()
| SIZE_T FDiskCachedAssetData::GetAllocatedSize |
( |
| ) |
const |
|
inline |
Returns the amount of memory allocated by this container, not including sizeof(*this).
◆ SerializeForCache()
template<class Archive >
| void FDiskCachedAssetData::SerializeForCache |
( |
Archive && |
Ar | ) |
|
|
inline |
Serialize as part of the registry cache. This is not meant to be serialized as part of a package so it does not handle versions normally To version this data change FAssetRegistryVersion or AssetDataGathererConstants::CacheSerializationMagic
◆ AssetDataList
◆ DependencyData
◆ Extension
| FName FDiskCachedAssetData::Extension |
◆ HasMarkOfTheWeb
◆ LastGatheredTime
| FDateTime FDiskCachedAssetData::LastGatheredTime |
◆ ModificationTime
| FDateTime FDiskCachedAssetData::ModificationTime |
The documentation for this class was generated from the following file: