Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/APlayerController
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h |
| Include | #include "GameFramework/PlayerController.h" |
UFUNCTION (Reliable, Server, WithValidation, SealedEvent)
void ServerNotifyLoadedWorld
(
FName WorldPackageName
)
Remarks
Called to notify the server when the client has loaded a new world via seamless traveling
Parameters
| Name | Description |
|---|---|
| WorldPackageName | the name of the world package that was loaded |