Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir, |
Create a new pin on this node using the supplied info, and return the new pin | EdGraph/EdGraphNode.h | |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir, |
Create a new pin on this node using the supplied pin type, and return the new pin | EdGraph/EdGraphNode.h | |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir, |
Create a new pin on this node using the supplied pin type, and return the new pin | EdGraph/EdGraphNode.h | |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir, |
EdGraph/EdGraphNode.h | ||
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir, |
EdGraph/EdGraphNode.h | ||
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir, |
EdGraph/EdGraphNode.h |
CreatePin(EEdGraphPinDirection, const FName, const FName, const FCreatePinParams &)
Description
Create a new pin on this node using the supplied info, and return the new pin
| Name | CreatePin |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir,
const FName PinCategory,
const FName PinName,
const FCreatePinParams & PinParams
)
CreatePin(EEdGraphPinDirection, const FEdGraphPinType &, const FName, int32)
Description
Create a new pin on this node using the supplied pin type, and return the new pin
| Name | CreatePin |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir,
const FEdGraphPinType & InPinType,
const FName PinName,
int32 Index
)
CreatePin(EEdGraphPinDirection, const FEdGraphPinType &, const TCHAR *, int32)
Description
Create a new pin on this node using the supplied pin type, and return the new pin
| Name | CreatePin |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir,
const FEdGraphPinType & InPinType,
const TCHAR * PinName,
int32 Index
)
CreatePin(EEdGraphPinDirection, const FName, const FName, const FName, const FCreatePinParams &)
| Name | CreatePin |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir,
const FName PinCategory,
const FName PinSubCategory,
const FName PinName,
const FCreatePinParams & PinParams
)
CreatePin(EEdGraphPinDirection, const FName, UObject *, const FName, const FCreatePinParams &)
| Name | CreatePin |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir,
const FName PinCategory,
UObject * PinSubCategoryObject,
const FName PinName,
const FCreatePinParams & PinParams
)
CreatePin(EEdGraphPinDirection, const FName, const FName, UObject *, const FName, const FCreatePinParams &)
| Name | CreatePin |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode.cpp |
UEdGraphPin * CreatePin
(
EEdGraphPinDirection Dir,
const FName PinCategory,
const FName PinSubCategory,
UObject * PinSubCategoryObject,
const FName PinName,
const FCreatePinParams & PinParams
)