unreal.RigVMFunction_FindDatabaseIndexFrames¶
- class unreal.RigVMFunction_FindDatabaseIndexFrames(index: AnimDatabaseIndex = Ellipsis, name: Name = 'None', found: bool = False, frames: AnimDatabaseFrames = [])¶
Bases:
RigVMFunction_AnimDatabaseBaseFind 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 Foundframes(AnimDatabaseFrames): [Read-Write] Output Framesindex(AnimDatabaseIndex): [Read-Write] Database Indexname(Name): [Read-Write] Name to look-up
- property frames: AnimDatabaseFrames¶
[Read-Only] Output Frames
- Type:
- property index: AnimDatabaseIndex¶
[Read-Write] Database Index
- Type: