unreal.AnimDatabaseFrameAttributeFunction

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

Bases: Object

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

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: AnimDatabaseFrameAttribute.h

make_frame_attribute(database, frame_ranges) AnimDatabaseFrameAttribute

Callback that constructs a FrameAttribute from a UAnimDatabase

Parameters:
Return type:

AnimDatabaseFrameAttribute