Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphNode_Documentation
Description
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...
Virtual Inheritance
- UEdGraphNode::PostPlacedNewNode → UEdGraphNode_Documentation::PostPlacedNewNode
| Name | PostPlacedNewNode |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode_Documentation.h |
| Include Path | #include "EdGraph/EdGraphNode_Documentation.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode_Documentation.cpp |
virtual void PostPlacedNewNode()