Show / Hide Table of Contents

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)
Namespace: UE4.AnimGraphRuntime
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
public bool bUseRange
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

Multiplier

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

ParameterName

Declaration
public Name ParameterName
Field Value
Type Description
Name
| Improve this Doc View Source

RangeMax

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

RangeMin

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

RemappedMax

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

RemappedMin

Declaration
public float RemappedMin
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
Type Description
CurveFloat
  • Improve this Doc
  • View Source
Back to top Generated by DocFX