Called by the PluginHost only once during initialization to find out if this plugin needs to be evaluated every frame even if there is not output connected. Typically this can return FALSE as long as the plugin doesn't have a special reason for doing otherwise.

Namespace: VVVV.PluginInterfaces.V1
Assembly: VVVV.PluginInterfaces (in VVVV.PluginInterfaces.dll) Version: 2.0.4694.10872

Syntax

C#
bool AutoEvaluate { get; }

See Also