Navigation
Unreal Engine C++ API Reference > Runtime > Engine > EdGraph > UEdGraphNode_Documentation
- UEdGraphNode::PostPlacedNewNode()
- UEdGraphNode_Documentation::PostPlacedNewNode()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode_Documentation.h |
Include | #include "EdGraph/EdGraphNode_Documentation.h" |
Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphNode_Documentation.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...