unreal.LiveLinkFrameRate
¶
- class unreal.LiveLinkFrameRate(numerator: int = 0, denominator: int = 0)¶
Bases:
FrameRate
Live Link Frame Rate
C++ Source:
Module: LiveLinkInterface
File: LiveLinkTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
denominator
(int32): [Read-Write] The denominator of the framerate represented as a number of frames per second (e.g. 1 for 60 fps)numerator
(int32): [Read-Write] The numerator of the framerate represented as a number of frames per second (e.g. 60 for 60 fps)