setEffectiveDisplayName#
Fully qualified name: usdex::core::setEffectiveDisplayName
- bool usdex::core::setEffectiveDisplayName(
- pxr::UsdPrim prim,
- const std::string &name,
Sets the effective display name of this prim.
If
namematches the prim’s name and a non-empty display name is present, the display name is blocked socomputeEffectiveDisplayName()returns the prim name and display-name opinions from weaker layers cannot contribute. If neither location contains a non-empty display name, no display-name opinion is authored. Otherwisenameis authored as the display name.- Parameters:
prim – The prim to set the effective display name for
name – The effective display name
- Returns:
True on success, otherwise false