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.
| Name | FNiagaraAssetTagDefinition |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraAssetTagDefinitions.h |
| Include Path | #include "NiagaraAssetTagDefinitions.h" |
Syntax
USTRUCT ()
struct FNiagaraAssetTagDefinition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraAssetTagDefinitions.h | |||
FNiagaraAssetTagDefinition
(
FText InAssetTag, |
NiagaraAssetTagDefinitions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetFlags | int32 | Select the asset types this tag can apply to. | NiagaraAssetTagDefinitions.h |
|
| AssetTag | FText | The Display Name used for this tag. | NiagaraAssetTagDefinitions.h |
|
| Color | FLinearColor | The color used in UI to represent this tag. | NiagaraAssetTagDefinitions.h |
|
| Description | FText | Further explanation of what this tag is about. | NiagaraAssetTagDefinitions.h |
|
| DisplayType | ENiagaraAssetTagDefinitionImportance | Whether this tag should be shown directly or in the drop down for additional filters. | NiagaraAssetTagDefinitions.h |
|
| TagGuid | FGuid | The Tag Guid identifies this tag. | NiagaraAssetTagDefinitions.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool DoesAssetDataContainTag
(
const FAssetData& AssetData |
NiagaraAssetTagDefinitions.h | ||
FString GetGuidAsString() |
NiagaraAssetTagDefinitions.h | ||
| NiagaraAssetTagDefinitions.h | |||
bool IsValid() |
NiagaraAssetTagDefinitions.h | ||
bool SupportsEmitters() |
NiagaraAssetTagDefinitions.h | ||
bool SupportsScripts() |
NiagaraAssetTagDefinitions.h | ||
bool SupportsSystems() |
NiagaraAssetTagDefinitions.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FNiagaraAssetTagDefinition& Other |
NiagaraAssetTagDefinitions.h |