HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ExecUsdValueOverride Struct Reference

#include <valueOverride.h>

Public Attributes

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

Detailed Description

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.

Member Data Documentation

VtValue ExecUsdValueOverride::overrideValue

When exec computes the above value key, it should produce this value.

Definition at line 33 of file valueOverride.h.

ExecUsdValueKey ExecUsdValueOverride::valueKey

Which computed value should be overridden.

Definition at line 30 of file valueOverride.h.


The documentation for this struct was generated from the following file: