unreal.RigVMFunction_FindDatabaseIndexFrameAttribute

class unreal.RigVMFunction_FindDatabaseIndexFrameAttribute(index: AnimDatabaseIndex = Ellipsis, name: Name = 'None', found: bool = False, frame_attribute: AnimDatabaseFrameAttribute = [])

Bases: RigVMFunction_AnimDatabaseBase

Find frame attributes 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

  • frame_attribute (AnimDatabaseFrameAttribute): [Read-Write] Output Frame Attribute

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

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

property found: bool

[Read-Only] Output Found

Type:

(bool)

property frame_attribute: AnimDatabaseFrameAttribute

[Read-Only] Output Frame Attribute

Type:

(AnimDatabaseFrameAttribute)

property index: AnimDatabaseIndex

[Read-Write] Database Index

Type:

(AnimDatabaseIndex)

property name: Name

[Read-Write] Name to look-up

Type:

(Name)