UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FARVideoFormat Struct Reference

#include <ARTypes.h>

Public Member Functions

 FARVideoFormat ()
 
 FARVideoFormat (int32 InFPS, int32 InWidth, int32 InHeight)
 
bool operator== (const FARVideoFormat &Other) const
 
bool IsValidFormat ()
 

Public Attributes

int32 FPS
 
int32 Width
 
int32 Height
 

Friends

FArchiveoperator<< (FArchive &Ar, FARVideoFormat &Format)
 

Detailed Description

A specific AR video format

Constructor & Destructor Documentation

◆ FARVideoFormat() [1/2]

FARVideoFormat::FARVideoFormat ( )
inline

◆ FARVideoFormat() [2/2]

FARVideoFormat::FARVideoFormat ( int32  InFPS,
int32  InWidth,
int32  InHeight 
)
inline

Member Function Documentation

◆ IsValidFormat()

bool FARVideoFormat::IsValidFormat ( )
inline

◆ operator==()

bool FARVideoFormat::operator== ( const FARVideoFormat Other) const
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FARVideoFormat Format 
)
friend

Member Data Documentation

◆ FPS

int32 FARVideoFormat::FPS

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

◆ Height

int32 FARVideoFormat::Height

The desired or supported height in pixels for this video format

◆ Width

int32 FARVideoFormat::Width

The desired or supported width in pixels for this video format


The documentation for this struct was generated from the following file: