Contents

USDValue

A type-erased container for a value stored in a Universal Scene Description file.

Declaration

struct USDValue

Overview

USDValue wraps the various concrete value types USD recognises (numerics, strings, vectors, tokens, paths, asset paths, time codes, and so on) so they can be passed through generic APIs without exposing the underlying C++ representation.

Topics

Creating a value

Accessing the value

Inspecting the value

See Also

Values and tokens