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