Overview


Dissolve Component allows to apply dissolve effect on primitive components by replacing its materials with custom one.
It is used for example when AI character dies to smoothly apply dissapear effect.

There are few params on Dissolve Component that can be modified like color, speed.

Dissolve effect can be applied forward or backward.
It means that once we dissolve any component, we can also revert it.


Example of usage dissolve effect on AI character when it dies.

This function starts dissolve effect on character mesh and all attatched actor components with tag Dissolve
It means that if we want any item used by AI to have this effect applied, it should have tag Dissolve on its components.