unreal.ARVideoFormat
¶
- class unreal.ARVideoFormat(fps: int = 0, width: int = 0, height: int = 0)¶
Bases:
StructBase
A specific AR video format
C++ Source:
Module: AugmentedReality
File: ARTypes.h
Editor Properties: (see get_editor_property/set_editor_property)
fps
(int32): [Read-Write] FPS: The desired or supported number of frames per second for this video formatheight
(int32): [Read-Write] Height: The desired or supported height in pixels for this video formatwidth
(int32): [Read-Write] Width: The desired or supported width in pixels for this video format
- property fps: int¶
[Read-Only] FPS: The desired or supported number of frames per second for this video format
- Type:
(int32)