SClassViewer::OnFocusReceived

KEY INPUT Called when focus is given to this widget. This event does not bubble.

Unreal Engine C++ API Reference > Editor > ClassViewer > SClassViewer

References

   
Module ClassViewer
Header /Engine/Source/Editor/ClassViewer/Public/SClassViewer.h
Include #include "SClassViewer.h"
Source /Engine/Source/Editor/ClassViewer/Private/SClassViewer.cpp
virtual [FReply](API\Runtime\SlateCore\Input\FReply) OnFocusReceived
(
    const [FGeometry](API\Runtime\SlateCore\Layout\FGeometry) & MyGeometry,
    const [FFocusEvent](API\Runtime\SlateCore\Input\FFocusEvent) & InFocusEvent
)

Remarks

KEY INPUT Called when focus is given to this widget. This event does not bubble. Returns whether the event was handled, along with other possible actions

Parameters

Name Description
MyGeometry The Geometry of the widget receiving the event
InFocusEvent The FocusEvent

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library