Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraAssetTagDefinitions.h |
| Include | #include "NiagaraAssetTagDefinitions.h" |
Syntax
USTRUCT ()
struct FNiagaraAssetTagDefinition
Remarks
An Asset Tag Definition defines a tag that can be added to various Niagara assets for sorting & filtering purposes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | AssetFlags | Select the asset types this tag can apply to. | |
| FText | AssetTag | The Display Name used for this tag. | |
| FLinearColor | Color | The color used in UI to represent this tag. | |
| FText | Description | Further explanation of what this tag is about. | |
| ENiagaraAssetTagDefinitionImportance | DisplayType | Whether this tag should be shown directly or in the drop down for additional filters. | |
| FGuid | TagGuid | The Tag Guid identifies this tag. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraAssetTagDefinition
(
FText InAssetTag, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | DoesAssetDataContainTag
(
const FAssetData& AssetData |
||
| FString | |||
| TArray< UClass * > | |||
| bool | IsValid () |
||
| bool | |||
| bool | |||
| bool |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator<
(
const FNiagaraAssetTagDefinition& Other |
||
| bool | operator==
(
const FNiagaraAssetTagDefinition& Other |