unreal.RigVMFunction_FindDatabaseIndexFrameAttribute¶
- class unreal.RigVMFunction_FindDatabaseIndexFrameAttribute(index: AnimDatabaseIndex = Ellipsis, name: Name = 'None', found: bool = False, frame_attribute: AnimDatabaseFrameAttribute = [])¶
Bases:
RigVMFunction_AnimDatabaseBaseFind 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 Foundframe_attribute(AnimDatabaseFrameAttribute): [Read-Write] Output Frame Attributeindex(AnimDatabaseIndex): [Read-Write] Database Indexname(Name): [Read-Write] Name to look-up
- property frame_attribute: AnimDatabaseFrameAttribute¶
[Read-Only] Output Frame Attribute
- Type:
- property index: AnimDatabaseIndex¶
[Read-Write] Database Index
- Type: