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 EWorldPartitionServerStreamingMode
{
ProjectDefault = 0 UMETA(ToolTip = "Use project default (wp.Runtime.EnableServerStreaming)"),
Disabled = 1 UMETA(ToolTip = "Server streaming is disabled"),
Enabled = 2 UMETA(ToolTip = "Server streaming is enabled"),
EnabledInPIE = 3 UMETA(ToolTip = "Server streaming is only enabled in PIE"),
}
Values
| Name | Description |
|---|---|
| ProjectDefault | |
| Disabled | |
| Enabled | |
| EnabledInPIE |