![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 | |
| FArchive & | operator<< (FArchive &Ar, FARVideoFormat &Format) |
A specific AR video format
|
inline |
|
inline |
|
inline |
|
friend |
| int32 FARVideoFormat::FPS |
The desired or supported number of frames per second for this video format
| int32 FARVideoFormat::Height |
The desired or supported height in pixels for this video format
| int32 FARVideoFormat::Width |
The desired or supported width in pixels for this video format