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

#include <valueOverride.h>

Public Attributes

ExecValueKey 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
ExecSystem::_ComputeWithOverrides

Definition at line 27 of file valueOverride.h.

Member Data Documentation

VtValue ExecValueOverride::overrideValue

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

Definition at line 33 of file valueOverride.h.

ExecValueKey ExecValueOverride::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: