MCPcopy Create free account
hub / github.com/BobbyAnguelov/Esoterica / SetPosition

Method SetPosition

Code/EngineTools/NodeGraph/NodeGraph_BaseGraph.cpp:186–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185 void BaseNode::BeginModification()
186 {
187 if ( m_modificationCount == 0 )
188 {
189 // Only call events on properly deserialized graphs
190 if ( GetRootGraph() != nullptr )
191 {
192 PreModify();
193 }
194 }

Callers 7

StateMachineToolsNodeMethod · 0.80
UpdateTransitionNodesMethod · 0.80
HandleDragAndDropMethod · 0.80
PasteNodesMethod · 0.80
OnDragNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected