Name

kOfxPropEffectInstance — A pointer to an effect instance.

Synopsis

#include "/ofxCore.h"
#define kOfxPropEffectInstance "OfxPropEffectInstance"

Type

kOfxPropEffectInstance is of type pointer, and has only a single dimension.

Property Set

This is a property that belongs to the on an interact instance (read only).

Description

A pointer to an effect instance.

This property is used to link an object to the effect. For example if the plug-in supplies an openGL overlay for an image effect, the interact instance will have one of these so that the plug-in can connect back to the effect the GUI links to.