Delegates
All the delegates bellow are blueprint accessible.
Currently there are only delegates for the interactables.
Delegate
Description
FOnUpdateWidgetInfo OnUpdateWidgetInfo;
Called when the interactable's widget info is updated on the local machine. (Not networked)
FOnOverlapUpdated OnOverlapUpdated;
Called when the interactable's overlap state is updated on the local machine. (Not networked)
FOnHoverUpdated OnHoverUpdated;
Called when the interactable's hover state is updated on the local machine. (Not networked)
FOnInteractionPercentageUpdated OnInteractionPercentageUpdated;
Called when the interactable's interaction percentage is updated on the local machine. (Not networked)
FOnInteract OnInteract;
Called when the interactable's interaction is completed. (Called on the server)
Last updated