Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Description
Returns the pending navigation context for the given user cast to the requested type. Returns nullptr if no context was set or the stored type does not match.
| Name | GetPendingNavigationContext |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
template<typename T>
TSharedPtr < T > GetPendingNavigationContext
(
uint32 UserIndex
) const