Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- INiagaraDataInterfaceNodeActionProvider
- FNiagaraDataInterfaceNodeActionProvider_DataChannelRead
- FNiagaraDataInterfaceNodeActionProvider_DataChannelWrite
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraActions.h |
| Include | #include "NiagaraActions.h" |
Syntax
class INiagaraDataInterfaceNodeActionProvider
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CollectAddPinActions
(
FNiagaraMenuActionCollector& Collector, |
||
| void | CollectAddPinActions
(
UClass* DIClass, |
||
| void | CollectAddPinActionsImpl
(
FNiagaraMenuActionCollector& Collector, |
Allows DIs to add actions for add pins on the DI function call nodes. | |
| TSharedPtr< SWidget > | GetCustomFunctionSpecifierWidget
(
UClass* DIClass, |
||
| TSharedPtr< SWidget > | GetCustomFunctionSpecifierWidgetImpl
(
UNiagaraNodeFunctionCall* FunctionCallNode |
||
| FInlineMenuDisplayOptions | GetInlineMenuDisplayOptions
(
UClass* DIClass, |
||
| FInlineMenuDisplayOptions | GetInlineMenuDisplayOptionsImpl
(
UClass* DIClass, |
||
| void | GetInlineNodeContextMenuActions
(
UClass* DIClass, |
||
| void | GetInlineNodeContextMenuActionsImpl
(
UToolMenu* ToolMenu |
||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
||
| void | GetNodeContextMenuActions
(
UClass* DIClass, |
||
| void | GetNodeContextMenuActionsImpl
(
UToolMenu* Menu, |
Allows DIs to add context menu actions for the whole node. | |
| void | Register () |
||
| void | Unregister () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| INiagaraDataInterfaceNodeActionProvider & | |||
| INiagaraDataInterfaceNodeActionProvider & |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FInlineMenuDisplayOptions | 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. |
Constants
| Name | Description |
|---|---|
| RegisteredActionProviders | All currently registered action providers. |