unreal.RigVMFunction_DatabaseIndexGetDatabase

class unreal.RigVMFunction_DatabaseIndexGetDatabase(index: AnimDatabaseIndex = Ellipsis, database: AnimDatabase = Ellipsis)

Bases: RigVMFunction_AnimDatabaseBase

Gets the Database from a DatabaseIndex

C++ Source:

  • Plugin: AnimDatabase

  • Module: AnimDatabase

  • File: RigUnit_AnimDatabase.h

Editor Properties: (see get_editor_property/set_editor_property)

  • database (AnimDatabase): [Read-Write] Output Database

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

property database: AnimDatabase

[Read-Only] Output Database

Type:

(AnimDatabase)

property index: AnimDatabaseIndex

[Read-Write] Database Index

Type:

(AnimDatabaseIndex)