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