unreal.RigVMFunction_DatabaseIndexGetDatabase¶
- class unreal.RigVMFunction_DatabaseIndexGetDatabase(index: AnimDatabaseIndex = Ellipsis, database: AnimDatabase = Ellipsis)¶
Bases:
RigVMFunction_AnimDatabaseBaseGets 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 Databaseindex(AnimDatabaseIndex): [Read-Write] Database Index
- property database: AnimDatabase¶
[Read-Only] Output Database
- Type:
- property index: AnimDatabaseIndex¶
[Read-Write] Database Index
- Type: