Struct AnimNode_BoneDrivenController
This is the runtime version of a bone driven controller, which maps part of the state from one bone to another (e.g., 2 * source.x -> target.z)
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_BoneDrivenController
Fields
|
Improve this Doc
View Source
bAffectTargetRotationX
Declaration
public bool bAffectTargetRotationX
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAffectTargetRotationY
Declaration
public bool bAffectTargetRotationY
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAffectTargetRotationZ
Declaration
public bool bAffectTargetRotationZ
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAffectTargetScaleX
Declaration
public bool bAffectTargetScaleX
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAffectTargetScaleY
Declaration
public bool bAffectTargetScaleY
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAffectTargetScaleZ
Declaration
public bool bAffectTargetScaleZ
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAffectTargetTranslationX
Declaration
public bool bAffectTargetTranslationX
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAffectTargetTranslationY
Declaration
public bool bAffectTargetTranslationY
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bAffectTargetTranslationZ
Declaration
public bool bAffectTargetTranslationZ
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
bUseRange
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Multiplier
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
ParameterName
Declaration
public Name ParameterName
Field Value
|
Improve this Doc
View Source
RangeMax
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RangeMin
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RemappedMax
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
RemappedMin
Declaration
Field Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SourceComponent
Declaration
public byte SourceComponent
Field Value
Type |
Description |
System.Byte |
|
Properties
|
Improve this Doc
View Source
DrivingCurve
Curve used to map from the source attribute to the driven attributes if present (otherwise the Multiplier will be used)
Declaration
public CurveFloat DrivingCurve { get; set; }
Property Value