Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/INiagaraDataInterfaceNodeActionP-
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraActions.h |
| Include | #include "NiagaraActions.h" |
Syntax
struct FInlineMenuDisplayOptions
Remarks
If a node displays its options 'inline' (title right widget), you can configure the way the combo button content is displayed and give it a tooltip.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDisplayInline | This needs to be true to have any effect, as it will determine widget generation in the title right area of the node. | |
| const FSlateBrush * | DisplayBrush | ||
| FText | DisplayName | ||
| FText | TooltipText |