Struct AnimNode_AnimDynamics
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)
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
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bDoEval
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bDoUpdate
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bEnableWind
Declaration
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
Field Value
Type |
Description |
System.Single |
|