Loading...
Searching...
No Matches
valueOverride.h File Reference
+ Include dependency graph for valueOverride.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ExecUsdValueOverride
 Specifies a computed value that should be temporarily overridden with a different value. More...
 

Typedefs

using ExecUsdValueOverrideVector = std::vector< ExecUsdValueOverride >
 

Class Documentation

◆ ExecUsdValueOverride

struct ExecUsdValueOverride

Specifies a computed value that should be temporarily overridden with a different value.

See also
ExecUsdSystem::ComputeWithOverrides

Definition at line 27 of file valueOverride.h.

Class Members
VtValue overrideValue When exec computes the above value key, it should produce this value.
ExecUsdValueKey valueKey Which computed value should be overridden.

Typedef Documentation

◆ ExecUsdValueOverrideVector

using ExecUsdValueOverrideVector = std::vector<ExecUsdValueOverride>

Definition at line 36 of file valueOverride.h.