Navigation
API > API/Plugins > API/Plugins/Niagara
An Asset Tag Definition defines a tag that can be added to various Niagara assets for sorting & filtering purposes. For example, custom tags will show up in the Create Niagara System dialog to filter available emitters. They can also be used to filter assets in the content browser, when used with the custom filter option.
You can modify asset tags in the content browser by right-clicking on a Niagara asset, then use the "Manage Tags" submenu to add or remove them.
| Name | UDEPRECATED_NiagaraAssetTagDefinitions |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraAssetTagDefinitions.h |
| Include Path | #include "NiagaraAssetTagDefinitions.h" |
Syntax
UCLASS (MinimalAPI, Deprecated)
class UDEPRECATED_NiagaraAssetTagDefinitions : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UDEPRECATED_NiagaraAssetTagDefinitions
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDisplayTagsAsFlatList | bool | If true, no 'parent' entry for this asset will be displayed in the Niagara Asset Browser. | NiagaraAssetTagDefinitions.h |
|
| Description | FText | A description for this group of tags. Used for tooltips. | NiagaraAssetTagDefinitions.h |
|
| DisplayName | FText | The display name to use when listing this asset in the Niagara Asset Browser | NiagaraAssetTagDefinitions.h |
|
| SortOrder | int32 | Tags are sorted by asset sort order first, then individually. | NiagaraAssetTagDefinitions.h |
|
| TagDefinitions | TArray< FNiagaraAssetTagDefinition > | NiagaraAssetTagDefinitions.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DisplayTagsAsFlatList() |
NiagaraAssetTagDefinitions.h | ||
bool DoesAssetDataContainAnyTag
(
const FAssetData& AssetData |
NiagaraAssetTagDefinitions.h | ||
const TArray< FNiagaraAssetTagDefinition > & GetAssetTagDefinitions() |
NiagaraAssetTagDefinitions.h | ||
FText GetDescription() |
NiagaraAssetTagDefinitions.h | ||
FText GetDisplayName() |
NiagaraAssetTagDefinitions.h | ||
int32 GetSortOrder() |
NiagaraAssetTagDefinitions.h |