Show / Hide Table of Contents

Struct OrbitOptions

Container struct for holding options on the data updating for the module.

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 OrbitOptions

Fields

| Improve this Doc View Source

bProcessDuringSpawn

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

bProcessDuringUpdate

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

bUseEmitterTime

Declaration
public bool bUseEmitterTime
Field Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX