Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/MaterialGraph
Inheritance Hierarchy
- UEdGraphNode
- UEdGraphNode_Comment
- UMaterialGraphNode_Comment
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Comment.h |
| Include | #include "MaterialGraph/MaterialGraphNode_Comment.h" |
Syntax
UCLASS (MinimalAPI, Optional)
class UMaterialGraphNode_Comment : public UEdGraphNode_Comment
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSetMaterialDirty | MaterialDirtyDelegate | Marks the Material Editor as dirty so that user prompted to apply change | |
| TObjectPtr< class UMaterialExpressionComment > | MaterialExpressionComment | Material Comment that this node represents |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMaterialGraphNode_Comment
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanCreateUnderSpecifiedSchema
(
const UEdGraphSchema* Schema |
||
| void | GetNodeContextMenuActions
(
UToolMenu* Menu, |
||
| void | PostCopyNode () |
Fix up the node's owner after being copied | |
| void | PostDuplicate
(
bool bDuplicateForPIE |
||
| void | |||
| void |
Overridden from UEdGraphNode_Comment
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetFontSize () |
Return the font size of the comment | |
| void | OnRenameNode
(
const FString& NewName |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | |||
| void | ResizeNode
(
const FVector2D& NewSize |