Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/FAssetRegistryState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveAssetData
(
FAssetData* AssetData, |
Removes the asset data from the lookup maps | AssetRegistry/AssetRegistryState.h | |
void RemoveAssetData
(
const FSoftObjectPath& SoftObjectPath, |
AssetRegistry/AssetRegistryState.h | ||
void RemoveAssetData
(
FAssetData* AssetData, |
AssetRegistry/AssetRegistryState.h |
RemoveAssetData(FAssetData *, bool, bool &, bool &)
Description
Removes the asset data from the lookup maps
| Name | RemoveAssetData |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetRegistryState.h |
| Include Path | #include "AssetRegistry/AssetRegistryState.h" |
| Source | /Engine/Source/Runtime/AssetRegistry/Private/AssetRegistryState.cpp |
void RemoveAssetData
(
FAssetData * AssetData,
bool bRemoveDependencyData,
bool & bOutRemovedAssetData,
bool & bOutRemovedPackageData
)
RemoveAssetData(const FSoftObjectPath &, bool, bool &, bool &)
| Name | RemoveAssetData |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetRegistryState.h |
| Include Path | #include "AssetRegistry/AssetRegistryState.h" |
| Source | /Engine/Source/Runtime/AssetRegistry/Private/AssetRegistryState.cpp |
void RemoveAssetData
(
const FSoftObjectPath & SoftObjectPath,
bool bRemoveDependencyData,
bool & bOutRemovedAssetData,
bool & bOutRemovedPackageData
)
RemoveAssetData(FAssetData *, const FCachedAssetKey &, bool, bool &, bool &)
| Name | RemoveAssetData |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetRegistryState.h |
| Include Path | #include "AssetRegistry/AssetRegistryState.h" |
| Source | /Engine/Source/Runtime/AssetRegistry/Private/AssetRegistryState.cpp |
void RemoveAssetData
(
FAssetData * AssetData,
const FCachedAssetKey & Key,
bool bRemoveDependencyData,
bool & bOutRemovedAssetData,
bool & bOutRemovedPackageData
)