7 #ifndef PXR_EXEC_EXEC_USD_VALUE_OVERRIDE_H 8 #define PXR_EXEC_EXEC_USD_VALUE_OVERRIDE_H 16 #include "pxr/base/vt/value.h" 20 PXR_NAMESPACE_OPEN_SCOPE
36 using ExecUsdValueOverrideVector = std::vector<ExecUsdValueOverride>;
38 PXR_NAMESPACE_CLOSE_SCOPE
VtValue overrideValue
When exec computes the above value key, it should produce this value.
Specifies a computed value.
Specifies a computed value that should be temporarily overridden with a different value.
Provides a container which may hold any type, and provides introspection and iteration over array typ...
ExecUsdValueKey valueKey
Which computed value should be overridden.