Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Description
Sets a typed context payload for the current navigation event, keyed by user index. Intended to be written during OnNavigation and read during OnFocusReceived on the destination widget. Automatically cleared at the end of each navigation event.
| Name | SetPendingNavigationContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
void SetPendingNavigationContext
(
uint32 UserIndex,
TSharedPtr < ISlateMetaData > InContext
)