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" |
void ServerUpdateMultipleLevelsVisibility
&40;
const TArray< FUpdateLevelVisibilityLevelInfo > & LevelVisibilities
&41;
Remarks
Called when the client adds/removes a streamed level. This version of the function allows you to pass the state of multiple levels at once, to reduce the number of RPC events that will be sent.
Parameters
| Name | Description |
|---|---|
| LevelVisibilities | Visibility state for each level whose state has changed |