Customizable Interaction Plugin Documentation
  • Welcome!
    • Initial Settings
    • Components
    • Inputs
    • Common Questions
  • Reference
    • Advanced Info
      • Customization Options
      • Functions/Events
      • Delegates
      • Patch Notes
Powered by GitBook
On this page
  1. Reference
  2. Advanced Info

Delegates

PreviousFunctions/EventsNextPatch Notes

Last updated 10 months ago

All the delegates bellow are blueprint accessible.

Currently there are only delegates for the interactables.

Delegate
Description

Called when the interactable's widget info is updated on the local machine. (Not networked)

Called when the interactable's overlap state is updated on the local machine. (Not networked)

Called when the interactable's hover state is updated on the local machine. (Not networked)

Called when the interactable's interaction percentage is updated on the local machine. (Not networked)

Called when the interactable's interaction is completed. (Called on the server)

FOnUpdateWidgetInfo OnUpdateWidgetInfo;
FOnOverlapUpdated OnOverlapUpdated;
FOnHoverUpdated OnHoverUpdated;
FOnInteractionPercentageUpdated OnInteractionPercentageUpdated;
FOnInteract OnInteract;