unreal.AnimDatabaseFrameRangesStatistics

class unreal.AnimDatabaseFrameRangesStatistics

Bases: StructBase

Contains various statistics about a set of ranges within the UAnimDatabase

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: AnimDatabaseFrameRanges.h

Editor Properties: (see get_editor_property/set_editor_property)

  • anim_notifies (Array[type(Class)]): [Read-Only] Anim Notifies contained within range

  • anim_notify_states (Array[type(Class)]): [Read-Only] Anim Notify States contained within range

  • average_range_duration (float): [Read-Only] The average duration of a ranges in seconds

  • compressed_size (float): [Read-Only] Approximate size of the compressed animation data in the ranges in kilobytes. Will only count mirrored data once.

  • disk_size (float): [Read-Only] Approximate size of the animation data in the ranges on disk in kilobytes. Will only count mirrored data once.

  • maximum_range_duration (float): [Read-Only] The maximum duration from the ranges in seconds

  • minimum_range_duration (float): [Read-Only] The minimum duration from the ranges in seconds

  • total_duration (float): [Read-Only] The total duration of animation in the ranges in seconds

  • total_frame_num (int32): [Read-Only] The total number of frames in the given ranges

  • total_range_num (int32): [Read-Only] The total number of ranges

  • total_sequence_num (int32): [Read-Only] The total number of unique sequences. Mirrored sequences are counted as a unique sequence.

  • uncompressed_size (float): [Read-Only] Approximate size of the uncompressed animation data in the ranges in kilobytes. Will only count mirrored data once.