unreal.MetaHumanCharacterBlushMakeupProperties

class unreal.MetaHumanCharacterBlushMakeupProperties(type: MetaHumanCharacterBlushMakeupType = Ellipsis, color: LinearColor = Ellipsis, intensity: float = 0.0, roughness: float = 0.0)

Bases: StructBase

MetaHuman Character Blush Makeup Properties

C++ Source:

  • Plugin: MetaHumanCharacter

  • Module: MetaHumanCharacter

  • File: MetaHumanCharacterMakeup.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color (LinearColor): [Read-Write]

  • intensity (float): [Read-Write]

  • roughness (float): [Read-Write]

  • type (MetaHumanCharacterBlushMakeupType): [Read-Write]

property color: LinearColor

[Read-Write]

Type:

(LinearColor)

property intensity: float

[Read-Write]

Type:

(float)

property roughness: float

[Read-Write]

Type:

(float)

property type: MetaHumanCharacterBlushMakeupType

[Read-Write]

Type:

(MetaHumanCharacterBlushMakeupType)