🫀
Heart Plugin
  • Landing Page
  • Branches
  • ❤️Heart
    • Graph Classes
      • Heart Graph
      • Heart Graph Node
      • Heart Graph Schema
  • 🎮HeartCore
    • Heart Widget Input
      • Widget Input Handler
      • Input Binding Asset
  • 🖌️HeartCanvas
    • The Heart Canvas Module
    • Canvas Classes
      • Heart Canvas Graph
      • Heart Canvas Node
      • Heart Canvas Pin
      • Heart Canvas Connection
      • Heart Node Palette
  • ⚙️HeartEditor
    • The Heart Editor Module
  • 🧩Demos
    • Calculator
    • Perk Tree
Powered by GitBook
On this page
Edit on GitHub
  1. HeartCore
  2. Heart Widget Input

Widget Input Handler

PreviousHeart Widget InputNextInput Binding Asset

Last updated 2 years ago

The class UHeartWidgetInputHandlerAsset, is the base class for UMG event handling.

Assets created from children of this class are refered to as WIHs for short (pronounced Wee-z).

It is conceptually similar to an Input Action asset from Enhanced Input, with the major different being that WIH classes can be subclassed to define specific types of events that can occur in UI, the major two being: Actions, and DDOs (Drag Drop Operations).

New WIHs can be created from the right click menu via Heart -> Widget Input Handler, and a class picker will allow for selection of the subtype of event.

🎮
Default WIHs available in the Content Folder of Heart