Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SceneView.h |
| Include | #include "SceneView.h" |
Syntax
struct FFirstPersonParameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bUseParameters | If bUseParameters is true, FOV and Scale should be applied to primitives tagged as "IsFirstPerson". | |
| float | FOVCorrectionFactor | FOV correction factor applied to the first person transform used on primitives tagged as "IsFirstPerson". | |
| float | Scale | The scale to apply to primitives tagged as "IsFirstPerson". |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FFirstPersonParameters
(
float InFOVCorrectionFactor, |