Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/UAssetRegistryHelpers
Description
Returns the first native class of the asset type that can be found. Normally this is just the FAssetData::GetClass(), however if the class is a blueprint generated class it may not be loaded. In which case GetAncestorClassNames will be used to find the first native super class. This can be slow if temporary caching mode is not on.
| Name | FindAssetNativeClass |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/AssetRegistryHelpers.h |
| Include Path | #include "AssetRegistry/AssetRegistryHelpers.h" |
| Source | /Engine/Source/Runtime/AssetRegistry/Private/AssetRegistryHelpers.cpp |
UFUNCTION (BlueprintPure, Category="Asset Registry", Meta=(ScriptMethod))
static UClass * FindAssetNativeClass
(
const FAssetData & AssetData
)