Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UClass
- UObject::GetAssetRegistryTags()
- UClass::GetAssetRegistryTags()
- UWidgetBlueprintGeneratedClass::GetAssetRegistryTags()
- UBlueprintGeneratedClass::GetAssetRegistryTags()
- UWidgetBlueprintGeneratedClass::GetAssetRegistryTags()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual void GetAssetRegistryTags
&40;
TArray< FAssetRegistryTag > & OutTags
&41; const
Remarks
Gathers a list of asset registry searchable tags which are name/value pairs with some type information This only needs to be implemented for asset objects
Parameters
Name | Description |
---|---|
OutTags | A list of key-value pairs associated with this object and their types |