Navigation
API > API/Runtime > API/Runtime/ApplicationCore > API/Runtime/ApplicationCore/FGenericPlatformInputDeviceMappe-
Description
Callback for when FCoreDelegates::OnUserLoginChangedEvent is broadcasted. If the user has logged out, then remap any input devices that the user had to the "Unpaired" user on this platform (if bUnpairInputDevicesWhenLoggingOut is true)
Virtual Inheritance
- IPlatformInputDeviceMapper::OnUserLoginChangedEvent → FGenericPlatformInputDeviceMapper::OnUserLoginChangedEvent
| Name | OnUserLoginChangedEvent |
| Type | function |
| Header File | /Engine/Source/Runtime/ApplicationCore/Public/GenericPlatform/GenericPlatformInputDeviceMapper.h |
| Include Path | #include "GenericPlatform/GenericPlatformInputDeviceMapper.h" |
| Source | /Engine/Source/Runtime/ApplicationCore/Private/GenericPlatform/GenericPlatformInputDeviceMapper.cpp |
virtual void OnUserLoginChangedEvent
(
bool bLoggedIn,
int32 RawPlatformUserId,
int32 UserIndex
)