unreal.FootageCaptureData

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

Bases: CaptureData

Capture Data (Footage) Asset

An asset that contains the footage data showing facial expressions (Poses) that can be used by MetaHuman Identity Asset toolkit to generate a Skeletal Mesh or a MetaHuman resembling a real person or a sculpted character.

The resulting Skeletal Mesh resembling the actor from the footage can be used for generating animation from footage of that person in MetaHuman Performance asset

C++ Source:

  • Plugin: CaptureData

  • Module: CaptureDataCore

  • File: CaptureData.h

Editor Properties: (see get_editor_property/set_editor_property)

  • audio (SoundWave): [Read-Write] deprecated: Audio is deprecated. Please use AudioTracks instead.

  • audio_timecode (Timecode): [Read-Write] deprecated: AudioTimecode is deprecated.

  • audio_timecode_present (bool): [Read-Write] deprecated: AudioTimecodePresent is deprecated.

  • audio_timecode_rate (FrameRate): [Read-Write] deprecated: AudioTimecodeRate is deprecated.

  • audio_tracks (Array[SoundWave]): [Read-Write]

  • audios (Array[SoundWave]): [Read-Write] deprecated: Audios is deprecated. Please use AudioTracks instead.

  • camera_calibration (CameraCalibration): [Read-Write] deprecated: CameraCalibration is deprecated. Please use CameraCalibrations instead.

  • camera_calibrations (Array[CameraCalibration]): [Read-Write]

  • capture_excluded_frames (Array[FrameRange]): [Read-Write]

  • depth_sequences (Array[ImgMediaSource]): [Read-Write]

  • image_sequences (Array[ImgMediaSource]): [Read-Write]

  • metadata (FootageCaptureMetadata): [Read-Write]

  • views (Array[FootageCaptureView]): [Read-Write] deprecated: Views are deprecated. Please use Image and Depth sequences instead.

property audio: SoundWave

[Read-Write] deprecated: Audio is deprecated. Please use AudioTracks instead.

Type:

(SoundWave)

property audio_timecode: Timecode

[Read-Write] deprecated: AudioTimecode is deprecated.

Type:

(Timecode)

property audio_timecode_present: bool

[Read-Write] deprecated: AudioTimecodePresent is deprecated.

Type:

(bool)

property audio_timecode_rate: FrameRate

[Read-Write] deprecated: AudioTimecodeRate is deprecated.

Type:

(FrameRate)

property audio_tracks: None

[Read-Write]

Type:

(Array[SoundWave])

property audios: None

[Read-Write] deprecated: Audios is deprecated. Please use AudioTracks instead.

Type:

(Array[SoundWave])

property camera_calibration: CameraCalibration

[Read-Write] deprecated: CameraCalibration is deprecated. Please use CameraCalibrations instead.

Type:

(CameraCalibration)

property camera_calibrations: None

[Read-Write]

Type:

(Array[CameraCalibration])

property capture_excluded_frames: None

[Read-Write]

Type:

(Array[FrameRange])

property depth_sequences: None

[Read-Write]

Type:

(Array[ImgMediaSource])

property image_sequences: None

[Read-Write]

Type:

(Array[ImgMediaSource])

property metadata: FootageCaptureMetadata

[Read-Write]

Type:

(FootageCaptureMetadata)

property views: None

[Read-Write] deprecated: Views are deprecated. Please use Image and Depth sequences instead.

Type:

(Array[FootageCaptureView])