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"
20PXR_NAMESPACE_OPEN_SCOPE
36using ExecUsdValueOverrideVector = std::vector<ExecUsdValueOverride>;
38PXR_NAMESPACE_CLOSE_SCOPE
Specifies a computed value.
Provides a container which may hold any type, and provides introspection and iteration over array typ...
VtValue overrideValue
When exec computes the above value key, it should produce this value.
ExecUsdValueKey valueKey
Which computed value should be overridden.
Specifies a computed value that should be temporarily overridden with a different value.