Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraMessages.h |
| Include | #include "NiagaraMessages.h" |
Syntax
class INiagaraMessage
Remarks
Interface for view-agnostic message that holds limited lifetime information on a message (e.g. a weak pointer to an asset.)
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TArray< FObjectKey > | AssociatedObjectKeys | ||
| FSimpleDelegate | DismissHandler | ||
| uint32 | MessageTopicBitflag |
Constructors
| Type | Name | Description | |
|---|---|---|---|
INiagaraMessage
(
const TArray< FObjectKey >& InAssociatedObjectKeys |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateLinks
(
TArray< FText >& OutLinkDisplayNames, |
||
| FText | |||
| FText | Can optionally be overriden to give the message a title/short description. | ||
| TSharedRef< FTokenizedMessage > | |||
| const TArray< FObjectKey > & | |||
| const FSimpleDelegate & | |||
| const FName | |||
| const uint32 | |||
| bool | Can optionally be overridden to allow a message to only be logged instead of appearing elsewhere, like the stack. |