Navigation
API > API/Runtime > API/Runtime/AugmentedReality
A specific AR video format
| Name | FARVideoFormat |
| Type | struct |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include Path | #include "ARTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FARVideoFormat
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ARTypes.h | |||
FARVideoFormat
(
int32 InFPS, |
ARTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FPS | int32 | The desired or supported number of frames per second for this video format | ARTypes.h |
|
| Height | int32 | The desired or supported height in pixels for this video format | ARTypes.h |
|
| Width | int32 | The desired or supported width in pixels for this video format | ARTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValidFormat() |
ARTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FARVideoFormat& Other |
ARTypes.h |