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