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

Function GetStateMachineGraph

Code/EngineTools/NodeGraph/NodeGraph_View.h:123–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 inline FlowGraph* GetFlowGraph() const { return Cast<FlowGraph>( m_pGraph ); }
122 inline StateMachineGraph* GetStateMachineGraph() const { return Cast<StateMachineGraph>( m_pGraph ); }
123
124 // State
125 //-------------------------------------------------------------------------
126

Callers 3

OnDragConnectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected