Navigation
API > API/Runtime > API/Runtime/AugmentedReality
AR camera intrinsics
| Name | FARCameraIntrinsics |
| Type | struct |
| Header File | /Engine/Source/Runtime/AugmentedReality/Public/ARTypes.h |
| Include Path | #include "ARTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FARCameraIntrinsics
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FocalLength | FVector2D | Camera focal length in pixels | ARTypes.h |
|
| ImageResolution | FIntPoint | Camera image resolution in pixels | ARTypes.h |
|
| PrincipalPoint | FVector2D | Camera principal point in pixels | ARTypes.h |
|