removeBundleMetadata

Defined in omni/graph/core/bundle/IBundle2.h

omni::core::Result removeBundleMetadata(omni::graph::core::NameToken fieldName) noexcept

Remove bundle metadata based on provided field name.

Parameters

fieldName – Name of the bundle metadata field whose data is to be removed.

Returns

Success if executed successfully, Fail for unsuccessful execution, InvalidArgument if arguments are invalid.