unreal.MovieScene3DAttachSection

class unreal.MovieScene3DAttachSection(outer=None, name='None')

Bases: unreal.MovieScene3DConstraintSection

A 3D Attach section

C++ Source:

  • Module: MovieSceneTracks

  • File: MovieScene3DAttachSection.h

Editor Properties: (see get_editor_property/set_editor_property)

  • attach_component_name (Name): [Read-Write] Attach Component Name

  • attach_socket_name (Name): [Read-Write] Attach Socket Name

  • attachment_location_rule (AttachmentRule): [Read-Write] Attachment Location Rule

  • attachment_rotation_rule (AttachmentRule): [Read-Write] Attachment Rotation Rule

  • attachment_scale_rule (AttachmentRule): [Read-Write] Attachment Scale Rule

  • constraint_binding_id (MovieSceneObjectBindingID): [Read-Write] The constraint binding that this movie Constraint uses

  • detachment_location_rule (DetachmentRule): [Read-Write] Detachment Location Rule

  • detachment_rotation_rule (DetachmentRule): [Read-Write] Detachment Rotation Rule

  • detachment_scale_rule (DetachmentRule): [Read-Write] Detachment Scale Rule

  • easing (MovieSceneEasingSettings): [Read-Write] Easing

  • eval_options (MovieSceneSectionEvalOptions): [Read-Write] Eval Options

  • is_active (bool): [Read-Write] Toggle whether this section is active/inactive

  • is_locked (bool): [Read-Write] Toggle whether this section is locked/unlocked

  • post_roll_frames (FrameNumber): [Read-Write] The amount of time to continue ‘postrolling’ this section for after evaluation has ended.

  • pre_roll_frames (FrameNumber): [Read-Write] The amount of time to prepare this section for evaluation before it actually starts.

  • section_range (MovieSceneFrameRange): [Read-Write] The range in which this section is active

  • timecode_source (MovieSceneTimecodeSource): [Read-Write] The timecode at which this movie scene section is based (ie. when it was recorded)

property attach_component_name

[Read-Write] Attach Component Name

Type

(Name)

property attach_socket_name

[Read-Write] Attach Socket Name

Type

(Name)

property attachment_location_rule

[Read-Write] Attachment Location Rule

Type

(AttachmentRule)

property attachment_rotation_rule

[Read-Write] Attachment Rotation Rule

Type

(AttachmentRule)

property attachment_scale_rule

[Read-Write] Attachment Scale Rule

Type

(AttachmentRule)

property detachment_location_rule

[Read-Write] Detachment Location Rule

Type

(DetachmentRule)

property detachment_rotation_rule

[Read-Write] Detachment Rotation Rule

Type

(DetachmentRule)

property detachment_scale_rule

[Read-Write] Detachment Scale Rule

Type

(DetachmentRule)