unreal.LiveLinkLightStaticData

class unreal.LiveLinkLightStaticData(property_names: None = [], is_location_supported: bool = False, is_rotation_supported: bool = False, is_scale_supported: bool = False, is_temperature_supported: bool = False, is_intensity_supported: bool = False, is_light_color_supported: bool = False, is_inner_cone_angle_supported: bool = False, is_outer_cone_angle_supported: bool = False, is_attenuation_radius_supported: bool = False, is_source_lenght_supported: bool = False, is_source_radius_supported: bool = False, is_soft_source_radius_supported: bool = False)

Bases: LiveLinkTransformStaticData

Static data for Light data.

C++ Source:

  • Module: LiveLinkInterface

  • File: LiveLinkLightTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • is_attenuation_radius_supported (bool): [Read-Write] Whether AttenuationRadius can be used in the frame data. Only used for spot lights

  • is_inner_cone_angle_supported (bool): [Read-Write] Whether InnerConeAngle can be used in the frame data. Only used for spot lights

  • is_intensity_supported (bool): [Read-Write] Whether Intensity can be used in the frame data

  • is_light_color_supported (bool): [Read-Write] Whether LightColor can be used in the frame data

  • is_location_supported (bool): [Read-Write] Whether location in frame data should be used

  • is_outer_cone_angle_supported (bool): [Read-Write] Whether OuterConeAngle can be used in the frame data. Only used for spot lights

  • is_rotation_supported (bool): [Read-Write] Whether rotation in frame data should be used

  • is_scale_supported (bool): [Read-Write] Whether scale in frame data should be used

  • is_soft_source_radius_supported (bool): [Read-Write] Whether SoftSourceRadius can be used in the frame data. Only used for spot lights

  • is_source_lenght_supported (bool): [Read-Write] Whether SourceLength can be used in the frame data. Only used for spot lights

  • is_source_radius_supported (bool): [Read-Write] Whether SourceRadius can be used in the frame data. Only used for spot lights

  • is_temperature_supported (bool): [Read-Write] Whether Temperature can be used in the frame data

  • property_names (Array[Name]): [Read-Write] Names for each curve values that will be sent for each frame

property is_attenuation_radius_supported: bool

[Read-Write] Whether AttenuationRadius can be used in the frame data. Only used for spot lights

Type:

(bool)

property is_inner_cone_angle_supported: bool

[Read-Write] Whether InnerConeAngle can be used in the frame data. Only used for spot lights

Type:

(bool)

property is_intensity_supported: bool

[Read-Write] Whether Intensity can be used in the frame data

Type:

(bool)

property is_light_color_supported: bool

[Read-Write] Whether LightColor can be used in the frame data

Type:

(bool)

property is_outer_cone_angle_supported: bool

[Read-Write] Whether OuterConeAngle can be used in the frame data. Only used for spot lights

Type:

(bool)

property is_soft_source_radius_supported: bool

[Read-Write] Whether SoftSourceRadius can be used in the frame data. Only used for spot lights

Type:

(bool)

property is_source_lenght_supported: bool

[Read-Write] Whether SourceLength can be used in the frame data. Only used for spot lights

Type:

(bool)

property is_source_radius_supported: bool

[Read-Write] Whether SourceRadius can be used in the frame data. Only used for spot lights

Type:

(bool)

property is_temperature_supported: bool

[Read-Write] Whether Temperature can be used in the frame data

Type:

(bool)