Show / Hide Table of Contents

Struct AnimNode_AnimDynamics

Anim Node Anim Dynamics

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

Fields

| Improve this Doc View Source

AngularBiasOverride

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

AngularDampingOverride

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

AngularSpringConstant

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

bAngularSpring

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

bChain

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

bDoEval

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

bDoUpdate

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

bEnableWind

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

bLinearSpring

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

bOverrideAngularBias

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

bOverrideAngularDamping

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

bOverrideLinearDamping

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

bUseGravityOverride

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

bUsePlanarLimit

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

bUseSphericalLimits

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

bWindWasEnabled

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

GravityScale

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

LinearDampingOverride

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

LinearSpringConstant

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

NumSolverIterationsPostUpdate

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

NumSolverIterationsPreUpdate

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

SphereCollisionRadius

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

WindScale

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