unreal.AnimDatabaseFramesFunction

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

Bases: Object

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

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: AnimDatabaseFrameRanges.h

make_frames(database, frame_ranges) AnimDatabaseFrames

Callback that constructs a Frames set from a UAnimDatabase

Parameters:
Return type:

AnimDatabaseFrames