getSdfPathFromUint64#
Fully qualified name: isaacsim::core::includes::getSdfPathFromUint64
- inline pxr::SdfPath isaacsim::core::includes::getSdfPathFromUint64(
- uint64_t pathToken,
Converts a uint64_t token to a USD path.
Performs a reinterpret cast from uint64_t to SdfPath with:
Platform-specific warning suppression
Safe type conversion
Warning
Uses reinterpret_cast, ensure token is a valid path representation
- Parameters:
pathToken – [in] Path token as uint64_t
- Returns:
pxr::SdfPath Converted USD path