Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FDelayedDrag |
Helper class to assist with delayed drag operations |
|
FMarqueeRect |
A convenient representation of a marquee selection |
Name |
Description |
---|---|
FDragEventHandler |
Delegate type for handling OnDrop events |
FDropEventHandler |
Delegate type for handling OnDrop events |
FIsSelected |
Delegate for hooking up to an inline editable text block 'IsSelected' check. |
FOnBooleanValueChanged |
Notification for bool value change |
FOnClicked |
A delegate that is invoked when widgets want to notify a user that they have been clicked. |
FOnClickedOutside |
Notification when user clicks outside a specified region. |
FOnContextMenuOpening |
Delegate to call before a context menu is opened. |
FOnDragDetected |
Allows for loose coupling for OnDragDetect event handling. |
FOnDragEnter |
Allows for loose coupling for OnDragEnter event handling. |
FOnDragLeave |
Allows for loose coupling for OnDragLeave event handling. |
FOnDragOver |
Allows for loose coupling for OnDragOver event handling. |
FOnDrop |
Allows for loose coupling for OnDrop event handling. |
FOnFloatValueChanged |
Notification for float value change |
FOnFloatValueCommitted |
Notification for float value committed |
FOnGetContent |
Sometimes widgets ask for content to display; at those times they rely on this delegate. |
FOnInt32ValueChanged |
Notification for int32 value change |
FOnInt32ValueCommitted |
Notification for int32 value committed |
FOnIsTypedCharValid |
Delegate for validating typed-in characters in SEditableText. |
FOnLinearColorValueChanged |
Notification for FLinearColor value change |
FOnTableViewBadState |
|
FOnTextChanged |
Delegate for hooking up to an editable text box's 'OnTextChanged' |
FOnTextCommitted |
Delegate for hooking up to an editable text box's 'OnTextCommitted' |
FOnVector4ValueChanged |
Notification for FVector4 value change |