unreal.ARVideoFormat¶
- class unreal.ARVideoFormat(fps=0, width=0, height=0)¶
Bases:
unreal.StructBaseA 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¶
[Read-Only] FPS: The desired or supported number of frames per second for this video format
- Type
(int32)
- property height¶
[Read-Only] Height: The desired or supported height in pixels for this video format
- Type
(int32)
- property width¶
[Read-Only] Width: The desired or supported width in pixels for this video format
- Type
(int32)