Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APawn
Description
Event called when the Pawn is possessed by a Controller. Only called on the server (or in standalone)
| Name | ReceivePossessed |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h |
| Include Path | #include "GameFramework/Pawn.h" |
UFUNCTION (BlueprintImplementableEvent, BlueprintAuthorityOnly, Meta=(DisplayName="Possessed"))
void ReceivePossessed
(
AController * NewController
)