unreal.AnimDatabaseFrameRangesFunction_Trim

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

Bases: AnimDatabaseFrameRangesFunction

Trims the given frame ranges

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: AnimDatabaseFrameRanges.h

Editor Properties: (see get_editor_property/set_editor_property)

  • function (AnimDatabaseFrameRangesFunction): [Read-Write]

  • trim_end (int32): [Read-Write] Number of frames to trim from the end of the frame ranges

  • trim_start (int32): [Read-Write] Number of frames to trim from the start of the frame ranges