Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > MaterialGraph > UMaterialGraphNode_Comment
- UEdGraphNode::PostPlacedNewNode()
- UEdGraphNode_Comment::PostPlacedNewNode()
- UMaterialGraphNode_Comment::PostPlacedNewNode()
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/MaterialGraph/MaterialGraphNode_Comment.h |
Include | #include "MaterialGraph/MaterialGraphNode_Comment.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/MaterialGraphNode_Comment.cpp |
virtual void PostPlacedNewNode&40;&41;
Remarks
A chance to initialize a new node; called just once when a new node is created, before AutowireNewNode or AllocateDefaultPins is called. This method is not called when a node is reconstructed, etc...