unreal.WorldPartitionServerStreamingMode

class unreal.WorldPartitionServerStreamingMode

Bases: EnumBase

EWorld Partition Server Streaming Mode

C++ Source:

  • Module: Engine

  • File: WorldPartition.h

DISABLED: WorldPartitionServerStreamingMode

Server streaming is disabled

Type:

1

ENABLED: WorldPartitionServerStreamingMode

Server streaming is enabled

Type:

2

ENABLED_IN_PIE: WorldPartitionServerStreamingMode

Server streaming is only enabled in PIE

Type:

3

PROJECT_DEFAULT: WorldPartitionServerStreamingMode

Use project default (wp.Runtime.EnableServerStreaming)

Type:

0