Navigation
API > API/Plugins > API/Plugins/GameplayCamerasEditor > API/Plugins/GameplayCamerasEditor/Editors > API/Plugins/GameplayCamerasEditor/Editors/UObjectTreeGraphNode
- UEdGraphNode::PostPlacedNewNode()
- UObjectTreeGraphNode::PostPlacedNewNode()
References
| Module | GameplayCamerasEditor |
| Header | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Public/Editors/ObjectTreeGraphNode.h |
| Include | #include "Editors/ObjectTreeGraphNode.h" |
| Source | /Engine/Plugins/Cameras/GameplayCameras/Source/GameplayCamerasEditor/Private/Editors/ObjectTreeGraphNode.cpp |
virtual void PostPlacedNewNode()
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...