unreal.MovieScene3DPathSection

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

Bases: unreal.MovieScene3DConstraintSection

A 3D Path section

C++ Source:

  • Module: MovieSceneTracks

  • File: MovieScene3DPathSection.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

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

  • follow (bool): [Read-Write] Follow: Follow Curve

  • force_upright (bool): [Read-Write] Force Upright: Force Upright

  • front_axis_enum (MovieScene3DPathSection_Axis): [Read-Write] Front Axis Enum: Front Axis

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

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

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

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

  • reverse (bool): [Read-Write] Reverse: Reverse Timing

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

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

  • up_axis_enum (MovieScene3DPathSection_Axis): [Read-Write] Up Axis Enum: Up Axis

property follow

[Read-Write] Follow: Follow Curve

Type

(bool)

property force_upright

[Read-Write] Force Upright: Force Upright

Type

(bool)

property front_axis_enum

[Read-Write] Front Axis Enum: Front Axis

Type

(MovieScene3DPathSection_Axis)

property reverse

[Read-Write] Reverse: Reverse Timing

Type

(bool)

property up_axis_enum

[Read-Write] Up Axis Enum: Up Axis

Type

(MovieScene3DPathSection_Axis)