Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/APawn
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h |
| Include | #include "GameFramework/Pawn.h" |
UFUNCTION (BlueprintImplementableEvent)
void ReceiveControllerChanged
(
AController * OldController,
AController * NewController
)
Remarks
Event called after a pawn's controller has changed, on the server and owning client. This will happen at the same time as the delegate on GameInstance