Navigation
API > API/Plugins > API/Plugins/InteractableInterface > API/Plugins/InteractableInterface/IInteractionAbilityInterface
Description
Triggers the interaction with one or more of the currently available targets. Override this in blueprints or native C++ to decide which of the currently available targets you would like to interact with and how.
| Name | OnTriggerInteraction |
| Type | function |
| Header File | /Engine/Plugins/Experimental/InteractionInterface/Source/InteractableInterface/Public/InteractionTask_WaitForTargets.h |
| Include Path | #include "InteractionTask_WaitForTargets.h" |
UFUNCTION (BlueprintNativeEvent, Category="Interactions")
void OnTriggerInteraction()