| FAccessAsset |
A Delegate for an asset object to access |
| FAccessSourceCode |
A Delegate for passing along a string of a source code location to access |
| 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. |
| FOnFinishedScrolling |
Invoked when a list view has reached its target offset. |
| 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. Only invoked for typed characters |
| FOnKeyChar |
A delegate for a callback during OnKeyChar from an SWidget |
| FOnKeyDown |
A delegate for a callback during OnKeyDown from an SWidget |
| FOnKeyEvent |
Notification for when a key event occurs |
| 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 |
| FOnVerifyTextChanged |
A delegate for a callback whenever text is changed programmatically or interactively by the user, and has to be verified |