getBundleMetadataByName#

omni::graph::core::AttributeDataHandle getBundleMetadataByName(
omni::graph::core::NameToken fieldName,
) noexcept#

Search for bundle metadata field based on provided name.

Invalid attribute handle is returned for not existing name.

Parameters:

fieldName – Bundle metadata field name to be searched for.

Returns:

Valid metadata attribute handle for existing name, or Invalid handle for not existing.