Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/Misc
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/Misc/AssetRegistryInterface.h |
Include | #include "Misc/AssetRegistryInterface.h" |
Syntax
class FFiltering
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | MarkDirty () |
Call to invalidate the list of skip assets and cause their next use to recreate them on demand |
![]() ![]() |
bool | ShouldSkipAsset
(
const UObject* InAsset |
Return whether to filter out the given object (assumed to be an asset) from the editor's asset registry |
![]() ![]() |
bool | ShouldSkipAsset
(
const FTopLevelAssetPath& AssetClass, |
Return whether to filter out assets of the given class and flags from the editor's asset registry |