Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- UEdGraphNode
- UMaterialGraphNode_Base
- UMaterialGraphNode
- UMaterialGraphNode_Knot
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/MaterialGraphNode_Knot.h |
| Include | #include "MaterialGraphNode_Knot.h" |
Syntax
UCLASS (MinimalAPI)
class UMaterialGraphNode_Knot : public UMaterialGraphNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMaterialGraphNode_Knot
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanSplitPin
(
const UEdGraphPin* Pin |
||
| UEdGraphPin * | GetInputPin () |
||
| UEdGraphPin * | GetOutputPin () |
||
| UEdGraphPin * | GetPassThroughPin
(
const UEdGraphPin* FromPin |
||
| FText | GetPinNameOverride
(
const UEdGraphPin& Pin |
||
| bool | |||
| TSharedPtr< class INameValidatorInterface > | |||
| bool | ShouldDrawNodeAsControlPointOnly
(
int32& OutInputPinIndex, |
||
| bool |
Overridden from UMaterialGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SGraphNode > | |||
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
||
| FText | |||
| void | OnRenameNode
(
const FString& NewName |
Overridden from UMaterialGraphNode_Base
| Type | Name | Description | |
|---|---|---|---|
| void |