unreal.AnimDatabaseFrameRangesFunction_MajorityVoteFilter

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

Bases: AnimDatabaseFrameRangesFunction

Filter frame ranges with a majority vote filter

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: AnimDatabaseFrameAttribute.h

Editor Properties: (see get_editor_property/set_editor_property)

  • filter_frame_ranges (AnimDatabaseFrameRangesFunction): [Read-Write] Frame ranges to filter

  • majority_vote_filter_width (int32): [Read-Write] Filter width (in frames) for the majority vote filter used to remove very short frame ranges less than half this duration will be removed.