Navigation
Unreal Engine C++ API Reference > Runtime > SlateCore > Rendering > ISlateViewport
- ISlateViewport::OnFocusLost()
- FWebBrowserViewport::OnFocusLost()
- FSceneViewport::OnFocusLost()
References
Module | SlateCore |
Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
Include | #include "Rendering/RenderingCommon.h" |
virtual void OnFocusLost
&40;
const FFocusEvent & InFocusEvent
&41;
Remarks
Called when the viewport loses keyboard focus.
Parameters
Name | Description |
---|---|
InFocusEvent | Information about what caused the viewport to lose focus |