Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/INiagaraDataInterfaceNodeActionP-
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.
| Name | FInlineMenuDisplayOptions |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraActions.h |
| Include Path | #include "NiagaraActions.h" |
Syntax
struct FInlineMenuDisplayOptions
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDisplayInline | bool | This needs to be true to have any effect, as it will determine widget generation in the title right area of the node. | NiagaraActions.h | |
| DisplayBrush | const FSlateBrush * | NiagaraActions.h | ||
| DisplayName | FText | NiagaraActions.h | ||
| TooltipText | FText | NiagaraActions.h |