unreal.DataLayerAsset

class unreal.DataLayerAsset(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: Object

Data Layer Asset

C++ Source:

  • Module: Engine

  • File: DataLayerAsset.h

Editor Properties: (see get_editor_property/set_editor_property)

  • data_layer_type (DataLayerType): [Read-Write] Data Layer Type: Whether the Data Layer affects actor runtime loading

  • debug_color (Color): [Read-Write] Debug Color

get_debug_color() Color

Get Debug Color

Return type:

Color

get_type() DataLayerType

Get Type

Return type:

DataLayerType

is_runtime() bool

Is Runtime

Return type:

bool