Navigation
API > API/Plugins > API/Plugins/InteractableInterface > API/Plugins/InteractableInterface/IInteractionAbilityInterface
Description
Called when this ability's available interaction targets have been updated.
This is a good place to update some UI or display some message to the user that they can now interact with the current targets.
| Name | OnAvailableInteractionsUpdated |
| 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 OnAvailableInteractionsUpdated()