Navigation
API > API/Editor > API/Editor/AnimGraph > API/Editor/AnimGraph/UAnimGraphNode_StateMachineBase
- UEdGraphNode::PostPlacedNewNode()
- UAnimGraphNode_Base::PostPlacedNewNode()
- UAnimGraphNode_StateMachineBase::PostPlacedNewNode()
References
| Module | AnimGraph |
| Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_StateMachineBase.h |
| Include | #include "AnimGraphNode_StateMachineBase.h" |
| Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateMachineBase.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...