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