Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraMessages.h |
| Include | #include "NiagaraMessages.h" |
Syntax
USTRUCT ()
struct FNiagaraStackNoteData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInlineNote | If true, this note should be used inline for a stack entry, instead of adding additional rows. | |
| FText | Message | ||
| FText | MessageHeader |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FNiagaraStackNoteData& Other |