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] The desired or supported number of frames per second for this video format

  • height (int32): [Read-Write] The desired or supported height in pixels for this video format

  • width (int32): [Read-Write] The desired or supported width in pixels for this video format

property fps: int

[Read-Only] The desired or supported number of frames per second for this video format

Type:

(int32)

property height: int

[Read-Only] The desired or supported height in pixels for this video format

Type:

(int32)

property width: int

[Read-Only] The desired or supported width in pixels for this video format

Type:

(int32)