Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraScript
- UObject::GetAssetRegistryTags()
- UNiagaraScript::GetAssetRegistryTags()
References
Module | Niagara |
Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
Include | #include "NiagaraScript.h" |
Source | /Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraScript.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 |