unreal.RigVMFunction_FramesToSeconds

class unreal.RigVMFunction_FramesToSeconds(frames: float = 0.0, seconds: float = 0.0)

Bases: RigVMFunction_AnimBase

Converts frames to seconds based on the current frame rate

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMFunction_TimeConversion.h

Editor Properties: (see get_editor_property/set_editor_property)

  • frames (float): [Read-Write]

  • seconds (float): [Read-Write]

property frames: float

[Read-Write]

Type:

(float)

property seconds: float

[Read-Only]

Type:

(float)