Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering > API/Runtime/SlateCore/Rendering/ISlateViewport
- ISlateViewport::HandleNavigation()
- FSceneViewport::HandleNavigation()
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include | #include "Rendering/RenderingCommon.h" |
virtual bool HandleNavigation
&40;
const uint32 InUserIndex,
TSharedPtr< SWidget > InDestination
&41;
Remarks
Give the viewport an opportunity to override the navigation behavior. This is called after all the navigation event bubbling is complete and we know a destination. whether we handled the navigation
Parameters
| Name | Description |
|---|---|
| InDestination | The destination widget |