Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMinimalViewInfo
Description
Correction factor to apply to the first person transform used on primitives tagged as "IsFirstPerson" to achieve a first person specific field of view. It is computed as tan(SceneFOVRadians * 0.5) / tan(FirstPersonFOVRadians * 0.5).
| Name | CalculateFirstPersonFOVCorrectionFactor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Camera/CameraTypes.h |
| Include Path | #include "Camera/CameraTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Camera/CameraStackTypes.cpp |
float CalculateFirstPersonFOVCorrectionFactor() const