How do I listen for effect deactivation / deletion
Hi all,
I'm new to the SDK and i've been playing around with it;
I'm allocating memory for a displacement map, an array of pixels, and I want to free that memory when my effect is either deactivated or deleted. How do I listen for that deactivation / deletion? Any help is much appreciated.