omni::graph::action::getInterface

Defined in omni/graph/action/IActionGraph.h

inline IActionGraph *omni::graph::action::getInterface() noexcept

Access the IActionGraph interface. This is more efficient than creating an instance each time it is needed.

The returned pointer is a singleton managed by omni.graph.action_core, and does not have omni::core::IObject::acquire() called on it before being returned. The caller should not call omni::core::IObject::release() on the returned raw pointer.

Thread Safety

This method is thread safe.