unreal.AnimDatabaseIndexFunction_Basic

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

Bases: AnimDatabaseIndexFunction

Function used to create an index from a set of different frames, frame ranges, and frame attribute entries

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: AnimDatabaseIndex.h

Editor Properties: (see get_editor_property/set_editor_property)

  • frame_attributes (Array[AnimDatabaseFrameAttributeEntry]): [Read-Write] List of frame attribute to store

  • frame_ranges (Array[AnimDatabaseFrameRangesEntry]): [Read-Write] List of frame ranges to store

  • frames (Array[AnimDatabaseFramesEntry]): [Read-Write] List of frames to store