Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering > API/Runtime/SlateCore/Rendering/ISlateViewport
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/RenderingCommon.h |
| Include | #include "Rendering/RenderingCommon.h" |
virtual bool HandleNavigation
(
const uint32 InUserIndex,
TSharedPtr < SWidget > InDestination
)
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 |