Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition
References
| |
|
| Module |
Engine |
| Header |
/Engine/Source/Runtime/Engine/Public/WorldPartition/WorldPartition.h |
| Include |
#include "WorldPartition/WorldPartition.h" |
Syntax
enum EWorldPartitionServerStreamingOutMode
{
ProjectDefault = 0 UMETA(ToolTip = "Use project default (wp.Runtime.EnableServerStreamingOut)"),
Disabled = 1 UMETA(ToolTip = "Server streaming out is disabled"),
Enabled = 2 UMETA(ToolTip = "Server streaming out is enabled"),
}
Values
| Name |
Description |
| ProjectDefault |
|
| Disabled |
|
| Enabled |
|