UsdProperty Name Functions

Utility functions to generate valid names for properties of a UsdPrim

See Valid and Unique Names for details.

Functions

std::string omni::connect::core::getValidPropertyName(const std::string &name)

Produce a valid property name using the Bootstring algorithm.

pxr::TfTokenVector omni::connect::core::getValidPropertyNames(const std::vector< std::string > &names, const pxr::TfTokenVector &reservedNames={})

Take a vector of the preferred names and return a matching vector of valid and unique names.