unreal.RigVMFunction_FindDatabaseIndexFrames

class unreal.RigVMFunction_FindDatabaseIndexFrames(index: AnimDatabaseIndex = Ellipsis, name: Name = 'None', found: bool = False, frames: AnimDatabaseFrames = [])

Bases: RigVMFunction_AnimDatabaseBase

Find frames in a Database Index

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: RigUnit_AnimDatabase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • found (bool): [Read-Write] Output Found

  • frames (AnimDatabaseFrames): [Read-Write] Output Frames

  • index (AnimDatabaseIndex): [Read-Write] Database Index

  • name (Name): [Read-Write] Name to look-up

property found: bool

[Read-Only] Output Found

Type:

(bool)

property frames: AnimDatabaseFrames

[Read-Only] Output Frames

Type:

(AnimDatabaseFrames)

property index: AnimDatabaseIndex

[Read-Write] Database Index

Type:

(AnimDatabaseIndex)

property name: Name

[Read-Write] Name to look-up

Type:

(Name)