Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APawn
Description
Notifies other systems that a pawn has been restarted. By default this is called on the server for all pawns and the owning client for player pawns. This can be overridden by subclasses to delay the notification of restart until data has loaded/replicated
| Name | NotifyRestarted |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Pawn.h |
| Include Path | #include "GameFramework/Pawn.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Pawn.cpp |
virtual void NotifyRestarted()