Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorUtilities.h |
| Include | #include "NiagaraEditorUtilities.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraEditorUtilities.cpp |
namespace FNiagaraEditorUtilities
{
namespace AssetBrowser
{
TArray < FStructuredAssetTagDefinitionLookupData > FNiagaraEditorUtilities::AssetBrowser::GetStructuredSortedAssetTagDefinitions
(
bool bSortTagsByName
)
}
}
Remarks
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.