unreal.AnimDatabaseFrameRangesFunction

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

Bases: Object

A simple class that has a single implementable function which constructs a FAnimDatabaseFrameRanges object from a UAnimDatabase.

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: AnimDatabaseFrameRanges.h

make_frame_ranges(database, frame_ranges) AnimDatabaseFrameRanges

Callback that constructs a FrameRanges set from a UAnimDatabase

Parameters:
Return type:

AnimDatabaseFrameRanges