Show / Hide Table of Contents

Struct CameraLensSettings

#note, this struct has a details customization in CameraLensSettingsCustomization.cpp/h

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.CinematicCamera
Assembly: UE4DotNet.dll
Syntax
public struct CameraLensSettings

Fields

| Improve this Doc View Source

DiaphragmBladeCount

Declaration
public int DiaphragmBladeCount
Field Value
Type Description
System.Int32
| Improve this Doc View Source

MaxFocalLength

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

MaxFStop

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

MinFocalLength

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

MinFStop

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

MinimumFocusDistance

Declaration
public float MinimumFocusDistance
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX