62 float FirstPersonScale;
70 bool bAutoCalculateOrthoPlanes;
78 bool bUpdateOrthoPlanes;
82 bool bUseCameraHeightAsViewTarget;
86 float OrthoNearClipPlane;
90 float OrthoFarClipPlane;
94 float PerspectiveNearClipPlane;
112 UPROPERTY(EditAnywhere, AdvancedDisplay, BlueprintReadWrite, Category=CameraSettings)
121 float PostProcessBlendWeight;
136 float OverscanResolutionFraction;
139 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category=
Camera, meta=(ClampMin=0.0, UIMin=0.0, ClampMax=1.0, UIMax=1.0))
146 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category=
Camera, meta=(ClampMin=0.0, UIMin=0.0, ClampMax=1.0, UIMax=1.0))
169 , FirstPersonFOV(90.0f)
170 , FirstPersonScale(1.0f)
172 , bAutoCalculateOrthoPlanes(
true)
173 , AutoPlaneShift(0.0f)
174 , bUpdateOrthoPlanes(
false)
175 , bUseCameraHeightAsViewTarget(
false)
176 , OrthoNearClipPlane(0.0f)
178 , PerspectiveNearClipPlane(-1.0f)
179 , AspectRatio(1.33333333f)
180 , bConstrainAspectRatio(
false)
181 , bUseFirstPersonParameters(
false)
182 , bUseFieldOfViewForLOD(
true)
184 , PostProcessBlendWeight(0.0f)
186 , OverscanResolutionFraction(1.0f)
191 , CameraToViewTarget(
FVector::ZeroVector)
219 return PerspectiveNearClipPlane > 0.0f ? PerspectiveNearClipPlane :
GNearClippingPlane;
245 ENGINE_API float CalculateFirstPersonFOVCorrectionFactor()
const;