Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- INiagaraDataInterfaceNodeActionProvider
- FNiagaraDataInterfaceNodeActionProvider_DataChannelRead
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraActions.h |
| Include | #include "NiagaraActions.h" |
Syntax
class FNiagaraDataInterfaceNodeActionProvider_DataChannelRead : public INiagaraDataInterfaceNodeActionProvider
Overridden from INiagaraDataInterfaceNodeActionProvider
| Type | Name | Description | |
|---|---|---|---|
| void | CollectAddPinActionsImpl
(
FNiagaraMenuActionCollector& Collector, |
Allows DIs to add actions for add pins on the DI function call nodes. | |
| TSharedPtr< SWidget > | GetCustomFunctionSpecifierWidgetImpl
(
UNiagaraNodeFunctionCall* FunctionCallNode |
||
| FInlineMenuDisplayOptions | GetInlineMenuDisplayOptionsImpl
(
UClass* DIClass, |
||
| void | GetInlineNodeContextMenuActionsImpl
(
UToolMenu* ToolMenu |
||
| void | GetNodeContextMenuActionsImpl
(
UToolMenu* Menu, |
Allows DIs to add context menu actions for the whole node. |