unreal.LevelSequenceSnapshotSettings

class unreal.LevelSequenceSnapshotSettings(zero_pad_amount=4, frame_rate=[30, 1])

Bases: unreal.StructBase

Level Sequence Snapshot Settings

C++ Source:

  • Module: LevelSequence

  • File: LevelSequencePlayer.h

Editor Properties: (see get_editor_property/set_editor_property)

  • frame_rate (FrameRate): [Read-Only] Playback framerate

  • zero_pad_amount (uint8): [Read-Only] Zero pad frames

property frame_rate

[Read-Only] Playback framerate

Type

(FrameRate)

property zero_pad_amount

[Read-Only] Zero pad frames

Type

(uint8)