Navigation

  • index
  • next |
  • previous |
  • Unreal Python 5.2 (Experimental) documentation »
  • unreal.MovieSceneLiveLinkSection

unreal.MovieSceneLiveLinkSection¶

class unreal.MovieSceneLiveLinkSection(outer: Object | None = None, name: Name | str = 'None')¶

Bases: MovieSceneSection

A movie scene section for all live link recorded data

C++ Source:

  • Plugin: LiveLink

  • Module: LiveLinkMovieScene

  • File: MovieSceneLiveLinkSection.h

Editor Properties: (see get_editor_property/set_editor_property)

  • color_tint (Color): [Read-Write] The color tint for this section

  • easing (MovieSceneEasingSettings): [Read-Write]

  • eval_options (MovieSceneSectionEvalOptions): [Read-Write]

  • 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)

Table of Contents

  • unreal.MovieSceneLiveLinkSection
    • MovieSceneLiveLinkSection

Previous topic

unreal.MovieSceneLiveLinkControllerTrackRecorder

Next topic

unreal.MovieSceneLiveLinkTrack

Quick search

Navigation

  • index
  • next |
  • previous |
  • Unreal Python 5.2 (Experimental) documentation »
  • unreal.MovieSceneLiveLinkSection
© Copyright ©, Epic Games, Inc. All rights reserved. Unreal and its logo are Epic’s trademarks or registered trademarks in the US and elsewhere.