unreal.MetaHumanPerformanceExportUtils¶
- class unreal.MetaHumanPerformanceExportUtils(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectUtility 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:
performance (MetaHumanPerformance)
export_settings (MetaHumanPerformanceExportAnimationSettings)
- Return type:
- classmethod export_level_sequence(performance, export_settings=None) LevelSequence¶
Exports a Level Sequence from a Performance using the given settings object
- Parameters:
performance (MetaHumanPerformance)
export_settings (MetaHumanPerformanceExportLevelSequenceSettings)
- Return type:
- classmethod get_export_animation_sequence_settings(performance) MetaHumanPerformanceExportAnimationSettings¶
Returns a UMetaHumanPerformanceExportAnimationSettings configured based on the given Performance
- Parameters:
performance (MetaHumanPerformance)
- Return type:
- classmethod get_export_level_sequence_settings(performance) MetaHumanPerformanceExportLevelSequenceSettings¶
Returns a UMetaHumanPerformanceExportLevelSequenceSettings configured based on the given Performance
- Parameters:
performance (MetaHumanPerformance)
- Return type: