Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/ULocalPlayer
Event called when this local player has had a new outer PlayerController set
| Name | FOnPlayerControllerChanged |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/LocalPlayer.h |
| Include Path | #include "Engine/LocalPlayer.h" |
Syntax
class FOnPlayerControllerChanged : public TBaseMulticastDelegate_OneParam< void, APlayerController * >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, APlayerController * > → ULocalPlayer::FOnPlayerControllerChanged