FARVideoFormat

A specific AR video format

Windows
MacOS
Linux

References

Module

AugmentedReality

Header

/Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h

Include

#include "ARTypes.h"

Syntax

struct FARVideoFormat

Remarks

A specific AR video format

Variables

Name Description

Public variable

int32

 

FPS

The desired or supported number of frames per second for this video format

Public variable

int32

 

Height

The desired or supported height in pixels for this video format

Public variable

int32

 

Width

The desired or supported width in pixels for this video format

Constructors

Name Description

Public function

FARVideoFormat()

Public function

FARVideoFormat

(
    int32 InFPS,
    int32 InWidth,
    int32 InHeight
)

Functions

Name Description

Public function

bool

 

IsValidFormat()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FARVideoFormat& Other
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss