unreal.AnimDatabaseFrameRangesStatistics¶
- class unreal.AnimDatabaseFrameRangesStatistics¶
Bases:
StructBaseContains 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 rangeanim_notify_states(Array[type(Class)]): [Read-Only] Anim Notify States contained within rangeaverage_range_duration(float): [Read-Only] The average duration of a ranges in secondscompressed_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 secondsminimum_range_duration(float): [Read-Only] The minimum duration from the ranges in secondstotal_duration(float): [Read-Only] The total duration of animation in the ranges in secondstotal_frame_num(int32): [Read-Only] The total number of frames in the given rangestotal_range_num(int32): [Read-Only] The total number of rangestotal_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.