DataModelEditScope#

Fully qualified name: omni::graph::core::DataModelEditScope

class DataModelEditScope#

Scoping object to enter and exist editing mode for the DataModel.

Public Functions

inline DataModelEditScope(bool write)#

Constructor to enter the edit scope, optionally with write mode enabled.

inline ~DataModelEditScope()#

Destructor that exits the DataModel edit scope.