unreal.DataLayerLoadFilter

class unreal.DataLayerLoadFilter

Bases: EnumBase

EData Layer Load Filter

C++ Source:

  • Module: Engine

  • File: DataLayerAsset.h

CLIENT_ONLY: DataLayerLoadFilter = Ellipsis

Data Layer is only considered by the client.

Type:

1

NONE: DataLayerLoadFilter = Ellipsis

Data Layer is considered by the client and the server. Client runtime state is replicated.

Type:

0

SERVER_ONLY: DataLayerLoadFilter = Ellipsis

Data layer is only considered by the server.

Type:

2