Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULocalPlayer
Event called when this local player has been assigned to a new platform-level user
| Name | FOnPlatformUserIdChanged |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h |
| Include Path | #include "Engine/LocalPlayer.h" |
Syntax
class FOnPlatformUserIdChanged : public TBaseMulticastDelegate_TwoParams< void, FPlatformUserId, FPlatformUserId >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, FPlatformUserId, FPlatformUserId > → ULocalPlayer::FOnPlatformUserIdChanged