Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraEditorSettings.h |
| Include | #include "NiagaraEditorSettings.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraNamespaceMetadata
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | BackgroundColor | ||
| FText | Description | ||
| FText | DisplayName | ||
| FText | DisplayNameLong | ||
| FName | ForegroundStyle | ||
| TArray< FName > | Namespaces | ||
| TArray< FName > | OptionalNamespaceModifiers | ||
| TArray< ENiagaraNamespaceMetadataOptions > | Options | ||
| FName | RequiredNamespaceModifier | ||
| int32 | SortId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraNamespaceMetadata
(
TArray< FName > InNamespaces, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FNiagaraNamespaceMetadata & | AddOption
(
ENiagaraNamespaceMetadataOptions Option |
||
| FNiagaraNamespaceMetadata & | AddOptionalNamespaceModifier
(
FName InOptionalNamespaceModifier |
||
| const FGuid & | GetGuid () |
||
| bool | IsValid () |
||
| FNiagaraNamespaceMetadata & | SetBackgroundColor
(
FLinearColor InBackgroundColor |
||
| FNiagaraNamespaceMetadata & | SetDescription
(
FText InDescription |
||
| FNiagaraNamespaceMetadata & | SetDisplayName
(
FText InDisplayName |
||
| FNiagaraNamespaceMetadata & | SetDisplayNameLong
(
FText InDisplayNameLong |
||
| FNiagaraNamespaceMetadata & | SetForegroundStyle
(
FName InForegroundStyle |
||
| FNiagaraNamespaceMetadata & | |||
| FNiagaraNamespaceMetadata & | SetSortId
(
int32 InSortId |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FNiagaraNamespaceMetadata& Other |