![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AssetDataGathererPrivate.h>
Public Attributes | |
| FString | LocalAbsPath |
| FString | LongPackageName |
| FString | RelPath |
| FDateTime | PackageTimestamp |
| bool | bIsReadOnly |
| EGatherableFileType | Type = EGatherableFileType::Invalid |
Information needed about a discovered asset file or path that is needed by the Discoverer
|
default |
| UE::AssetDataGather::Private::FDiscoveredPathData::FDiscoveredPathData | ( | FStringView | InLocalAbsPath, |
| FStringView | InLongPackageName, | ||
| FStringView | InRelPath, | ||
| const FDateTime & | InPackageTimestamp, | ||
| bool | InIsReadonly, | ||
| EGatherableFileType | InType | ||
| ) |
| UE::AssetDataGather::Private::FDiscoveredPathData::FDiscoveredPathData | ( | FStringView | InLocalAbsPath, |
| FStringView | InLongPackageName, | ||
| FStringView | InRelPath, | ||
| EGatherableFileType | InType | ||
| ) |
| void UE::AssetDataGather::Private::FDiscoveredPathData::Assign | ( | FStringView | InLocalAbsPath, |
| FStringView | InLongPackageName, | ||
| FStringView | InRelPath, | ||
| const FDateTime & | InPackageTimestamp, | ||
| bool | InIsReadOnly, | ||
| EGatherableFileType | InType | ||
| ) |
| void UE::AssetDataGather::Private::FDiscoveredPathData::Assign | ( | FStringView | InLocalAbsPath, |
| FStringView | InLongPackageName, | ||
| FStringView | InRelPath, | ||
| EGatherableFileType | InType | ||
| ) |
| SIZE_T UE::AssetDataGather::Private::FDiscoveredPathData::GetAllocatedSize | ( | ) | const |
Return the total amount of heap memory used by the gatherer (including not-yet-claimed search results).
| bool UE::AssetDataGather::Private::FDiscoveredPathData::bIsReadOnly |
If the file is readonly
| FString UE::AssetDataGather::Private::FDiscoveredPathData::LocalAbsPath |
The absolute path to the file on disk, relative to the directory that issued the scan
| FString UE::AssetDataGather::Private::FDiscoveredPathData::LongPackageName |
The LongPackageName of the path (inherited from the MountDir)
| FDateTime UE::AssetDataGather::Private::FDiscoveredPathData::PackageTimestamp |
If the path is a file, the modification timestamp of the package file (that it had when it was discovered).
| FString UE::AssetDataGather::Private::FDiscoveredPathData::RelPath |
The relative path from the path's parent directory
| EGatherableFileType UE::AssetDataGather::Private::FDiscoveredPathData::Type = EGatherableFileType::Invalid |
The type of file that was found