Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Description
Returns a fully sorted array of tag definitions. Sorted by [Source.AssetSortOrder.(Optionally)TagNames]. If not sorted by tag names, the order defined in the asset is used. Sorting by tag names makes sense for flat lists.
| Name | FNiagaraEditorUtilities::AssetBrowser::GetStructuredSortedAssetTagDefinitions |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
| Include Path | #include "NiagaraEditorUtilities.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp |
namespace FNiagaraEditorUtilities
{
namespace AssetBrowser
{
TArray < FStructuredAssetTagDefinitionLookupData > FNiagaraEditorUtilities::AssetBrowser::GetStructuredSortedAssetTagDefinitions
(
bool bSortTagsByName
)
}
}