Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphNode
Parameter struct of less common options for CreatePin
| Name | FCreatePinParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
Syntax
struct FCreatePinParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EdGraph/EdGraphNode.h | |||
FCreatePinParams
(
const FEdGraphPinType& PinType |
EdGraph/EdGraphNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsConst | bool | EdGraph/EdGraphNode.h | ||
| bIsReference | bool | EdGraph/EdGraphNode.h | ||
| ContainerType | EPinContainerType | EdGraph/EdGraphNode.h | ||
| Index | int32 | EdGraph/EdGraphNode.h | ||
| ValueTerminalType | FEdGraphTerminalType | EdGraph/EdGraphNode.h |