![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Events.h>
Public Member Functions | |
| FFocusEvent () | |
| FFocusEvent (const EFocusCause InCause, uint32 InUserIndex) | |
| EFocusCause | GetCause () const |
| uint32 | GetUser () const |
FFocusEvent is used when notifying widgets about keyboard focus changes It is passed to event handlers dealing with keyboard focus
|
inline |
UStruct Constructor. Not meant for normal usage.
|
inline |
Constructor. Events are immutable once constructed.
| InCause | The cause of the focus event |
|
inline |
Queries the reason for the focus change
|
inline |
Queries the user that is changing focus