Choose your operating system:
Windows
macOS
Linux
| UObject::GetAssetRegistryTags()
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitter.h |
Include |
#include "NiagaraEmitter.h" |
Source |
/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraEmitter.cpp |
virtual void GetAssetRegistryTags
(
TArray< FAssetRegistryTag > & OutTags
) const
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
Parameter |
Description |
---|---|
OutTags |
A list of key-value pairs associated with this object and their types |