unreal.AnimDatabaseFrameAttributeFunction¶
- class unreal.AnimDatabaseFrameAttributeFunction(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
ObjectA 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:
database (AnimDatabase)
frame_ranges (AnimDatabaseFrameRanges)
- Return type: