Interactor Clear Active Interaction
Clears the active interaction on an Interactor.
| Parameter | Description |
|---|---|
| Interactor | The Interactor whose active interaction should be cleared. |
When To Use It
Use this action when:
- your FSM wants to force an interaction to end
- the actor exits a custom interaction state
- the same Interactable should be allowed to activate again cleanly
After clearing, the Interactor can activate the same Interactable again on a later update if it is still valid.