|
void | CollectCodeGeneratorClasses () |
|
void | SearchAllAssets (bool bSynchronousSearch) |
|
bool | GetAssetsByPackageName (FName PackageName, TArray< FAssetData > *OutAssetData) |
|
bool | GetAssetsByPath (FName PackagePath, TArray< FAssetData > *OutAssetData, bool bRecursive) |
|
bool | GetAssetsByClass (FName ClassName, TArray< FAssetData > *OutAssetData, bool bSearchSubClasses) |
|
FAssetData * | GetAssetByObjectPath (FAssetData *result, FName ObjectPath) |
|
bool | GetAllAssets (TArray< FAssetData > *OutAssetData) |
|
bool | GetDependencies (FName PackageName, TArray< FName > *OutDependencies) |
|
bool | GetReferencers (FName PackageName, TArray< FName > *OutReferencers) |
|
bool | GetAncestorClassNames (FName ClassName, TArray< FName > *OutAncestorClassNames) |
|
void | GetAllCachedPaths (TArray< FString > *OutPathList) |
|
void | GetSubPaths (FString *InBasePath, TArray< FString > *OutPathList, bool bInRecurse) |
|
EAssetAvailability::Type | GetAssetAvailability (FAssetData *AssetData) |
|
float | GetAssetAvailabilityProgress (FAssetData *AssetData, EAssetAvailabilityProgressReportingType::Type ReportType) |
|
bool | GetAssetAvailabilityProgressTypeSupported (EAssetAvailabilityProgressReportingType::Type ReportType) |
|
void | PrioritizeAssetInstall (FAssetData *AssetData) |
|
bool | AddPath (FString *PathToAdd) |
|
bool | RemovePath (FString *PathToRemove) |
|
void | ScanPathsSynchronous (TArray< FString > *InPaths, bool bForceRescan) |
|
void | PrioritizeSearchPath (FString *PathToPrioritize) |
|
void | AssetCreated (UObject *NewAsset) |
|
void | AssetDeleted (UObject *DeletedAsset) |
|
void | AssetRenamed (UObject *RenamedAsset, FString *OldObjectPath) |
|
bool | IsLoadingAssets () |
|
void | Tick (float DeltaTime) |
|
void | ScanPathsSynchronous_Internal (TArray< FString > *InPaths, bool bForceRescan, bool bUseCache) |
|
void | PathDataGathered (const long double TickStartTime, TArray< FString > *PathResults) |
|
bool | RemoveDependsNode (FName PackageName) |
|
bool | RemoveAssetPath (FString *PathToRemove, bool bEvenIfAssetsStillExist) |
|
FString * | ExportTextPathToObjectName (FString *result, FString *InExportTextPath) |
|
void | AddAssetData (FAssetData *AssetData) |
|
bool | RemoveAssetData (FAssetData *AssetData) |
|
void | OnContentPathMounted (FString *InAssetPath, FString *FileSystemPath) |
|
void | OnContentPathDismounted (FString *InAssetPath, FString *FileSystemPath) |
|
Definition at line 755 of file UE.h.