unreal.MetaHumanPerformanceExportUtils

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

Bases: Object

Utility functions to export data from a Performance

C++ Source:

  • Plugin: MetaHuman

  • Module: MetaHumanPerformance

  • File: MetaHumanPerformanceExportUtils.h

classmethod export_animation_sequence(performance, export_settings=None) AnimSequence

Exports an animation sequence from a Performance using the given settings

Parameters:
Return type:

AnimSequence

classmethod export_level_sequence(performance, export_settings=None) LevelSequence

Exports a Level Sequence from a Performance using the given settings object

Parameters:
Return type:

LevelSequence

classmethod get_export_animation_sequence_settings(performance) MetaHumanPerformanceExportAnimationSettings

Returns a UMetaHumanPerformanceExportAnimationSettings configured based on the given Performance

Parameters:

performance (MetaHumanPerformance)

Return type:

MetaHumanPerformanceExportAnimationSettings

classmethod get_export_level_sequence_settings(performance) MetaHumanPerformanceExportLevelSequenceSettings

Returns a UMetaHumanPerformanceExportLevelSequenceSettings configured based on the given Performance

Parameters:

performance (MetaHumanPerformance)

Return type:

MetaHumanPerformanceExportLevelSequenceSettings