Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UNiagaraAssetTagDefinitions
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraAssetTagDefinitions.h |
| Include | #include "NiagaraAssetTagDefinitions.h" |
Syntax
UCLASS ()
class UNiagaraAssetTagDefinitions : public UObject
Remarks
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.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | DoesAssetDataContainAnyTag
(
const FAssetData& AssetData |
||
| const TArray< FNiagaraAssetTagDefinition > & | |||
| FText | |||
| FText | |||
| int32 | GetSortOrder () |