Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph
Inheritance Hierarchy
- UEdGraphNode
- UMaterialGraphNode_Base
- UMaterialGraphNode
- UMaterialGraphNode_Custom
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Custom.h |
| Include | #include "MaterialGraph/MaterialGraphNode_Custom.h" |
Syntax
UCLASS (MinimalAPI)
class UMaterialGraphNode_Custom : public UMaterialGraphNode
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMaterialGraphNode_Custom
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | GetHlslText () |
||
| ECheckBoxState | |||
| void | OnCodeViewChanged
(
const ECheckBoxState NewCheckedState |
||
| void | OnCustomHlslTextCommitted
(
const FText& InText, |
Overridden from UMaterialGraphNode
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SGraphNode > |