unreal.MaterialLayerLinkState

class unreal.MaterialLayerLinkState

Bases: EnumBase

EMaterial Layer Link State

C++ Source:

  • Module: Engine

  • File: MaterialLayersFunctions.h

LINKED_TO_PARENT: MaterialLayerLinkState

Saved with previous engine version

Type:

1

NOT_FROM_PARENT: MaterialLayerLinkState

Layer is based on parent material, but should not mirror changes

Type:

3

UNINITIALIZED: MaterialLayerLinkState

0

UNLINKED_FROM_PARENT: MaterialLayerLinkState

Layer should mirror changes from parent material

Type:

2