Show / Hide Table of Contents

Struct MinimalViewInfo

Minimal View Info

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.Engine
Assembly: UE4DotNet.dll
Syntax
public struct MinimalViewInfo

Fields

| Improve this Doc View Source

AspectRatio

Declaration
public float AspectRatio
Field Value
Type Description
System.Single
| Improve this Doc View Source

bConstrainAspectRatio

Declaration
public bool bConstrainAspectRatio
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bUseFieldOfViewForLOD

Declaration
public bool bUseFieldOfViewForLOD
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

DesiredFOV

Declaration
public float DesiredFOV
Field Value
Type Description
System.Single
| Improve this Doc View Source

FOV

Declaration
public float FOV
Field Value
Type Description
System.Single
| Improve this Doc View Source

OrthoFarClipPlane

Declaration
public float OrthoFarClipPlane
Field Value
Type Description
System.Single
| Improve this Doc View Source

OrthoNearClipPlane

Declaration
public float OrthoNearClipPlane
Field Value
Type Description
System.Single
| Improve this Doc View Source

OrthoWidth

Declaration
public float OrthoWidth
Field Value
Type Description
System.Single
| Improve this Doc View Source

PostProcessBlendWeight

Declaration
public float PostProcessBlendWeight
Field Value
Type Description
System.Single
| Improve this Doc View Source

ProjectionMode

Declaration
public byte ProjectionMode
Field Value
Type Description
System.Byte
  • Improve this Doc
  • View Source
Back to top Generated by DocFX