Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/APlayerController
Description
Replicated Update streaming status. This version allows for the streaming state of many levels to be sent in a single RPC.
| Name | ClientUpdateMultipleLevelsStreamingStatus |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/PlayerController.h |
| Include Path | #include "GameFramework/PlayerController.h" |
UFUNCTION (Reliable, Client)
void ClientUpdateMultipleLevelsStreamingStatus
(
const TArray < FUpdateLevelStreamingLevelStatus > & LevelStatuses
)
Parameters
| Name | Remarks |
|---|---|
| LevelStatuses | The list of levels the client should have either streamed in or not, depending on state. |