unreal.ReplayTracksCameraModifier

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

Bases: unreal.CameraModifier

Camera modifier that lets us set the correct FOV and post-process settings on the spectator pawn when we want to lock into a camera.

C++ Source:

  • Plugin: ReplayTracks

  • Module: ReplayTracksEditor

  • File: ReplayTracksEditorModule.h

Editor Properties: (see get_editor_property/set_editor_property)

  • alpha (float): [Read-Write] Alpha: Current blend alpha.

  • alpha_in_time (float): [Read-Write] Alpha in Time: When blending in, alpha proceeds from 0 to 1 over this time

  • alpha_out_time (float): [Read-Write] Alpha Out Time: When blending out, alpha proceeds from 1 to 0 over this time

  • camera_owner (PlayerCameraManager): [Read-Write] Camera Owner: Camera this object is associated with.

  • debug (bool): [Read-Write] Debug: If true, enables certain debug visualization features.

  • exclusive (bool): [Read-Write] Exclusive: If true, no other modifiers of same priority allowed.

  • priority (uint8): [Read-Write] Priority: Priority value that determines the order in which modifiers are applied. 0 = highest priority, 255 = lowest.