Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraNodeWithDynamicPins
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphPin * RequestNewTypedPin
(
EEdGraphPinDirection Direction, |
Requests a new pin be added to the node with the specified direction and type. | NiagaraNodeWithDynamicPins.h | |
UEdGraphPin * RequestNewTypedPin
(
EEdGraphPinDirection Direction, |
Requests a new pin be added to the node with the specified direction, type, and name. | NiagaraNodeWithDynamicPins.h |
RequestNewTypedPin(EEdGraphPinDirection, const FNiagaraTypeDefinition &)
Description
Requests a new pin be added to the node with the specified direction and type.
| Name | RequestNewTypedPin |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeWithDynamicPins.h |
| Include Path | #include "NiagaraNodeWithDynamicPins.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeWithDynamicPins.cpp |
UEdGraphPin * RequestNewTypedPin
(
EEdGraphPinDirection Direction,
const FNiagaraTypeDefinition & Type
)
RequestNewTypedPin(EEdGraphPinDirection, const FNiagaraTypeDefinition &, FName)
Description
Requests a new pin be added to the node with the specified direction, type, and name.
| Name | RequestNewTypedPin |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeWithDynamicPins.h |
| Include Path | #include "NiagaraNodeWithDynamicPins.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeWithDynamicPins.cpp |
UEdGraphPin * RequestNewTypedPin
(
EEdGraphPinDirection Direction,
const FNiagaraTypeDefinition & Type,
FName InName
)