FNavigationConfig::OnUserRemoved

Notified when users are removed from the system, good chance to clean up any user specific state.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/NavigationConfig.h

Include

#include "Framework/Application/NavigationConfig.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/NavigationConfig.cpp

Syntax

virtual void OnUserRemoved
(
    int32 UserIndex
)

Remarks

Notified when users are removed from the system, good chance to clean up any user specific state.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss