Worst-case scenario: the UEd Goblin wipes the map and burns down your house.
UE3:SkelControlSpline (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SkelControlBase >> SkelControlSpline |
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
null
Properties[edit]
Property group 'Spline'[edit]
bInvertSplineBoneAxis[edit]
Type: bool
Invert the direction we get for the start of the spline.
BoneRotMode[edit]
Type: ESplineControlRotMode
Controls how the rotation of each bone along the length of the spline is modified.
EndSplineTension[edit]
Type: float
Strength of tangent at the controlled bone.
Default value: 10.0
SplineBoneAxis[edit]
Type: Object.EAxis
Axis of the controlled bone (ie the end of the spline) to use as the direction for the curve.
Default value: AXIS_X
SplineLength[edit]
Type: int
Number of bones above the active one in the hierarchy to modify to make into a smooth curve.
Default value: 2
StartSplineTension[edit]
Type: float
Strength of tangent at the start of the chain.
Default value: 10.0
Enums[edit]
ESplineControlRotMode[edit]
- SCR_NoChange
- Do not modify rotation of bones along the spline.
- SCR_AlongSpline
- By applying the 'minimum' rotation needed, point the SplineBoneAxis of each bone along the direction of the spline.
- SCR_Interpolate
- Interpolate the rotation of each bone between the rotation of the bone at the start and end of the spline.