Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Core.Object | +-- Engine.SkelControlBase | +-- Engine.SkelControlLookAt
UTSkelControl_CantileverBeam, UTSkelControl_LookAt
Constants Summary |
---|
Inherited Contants from Core.Object |
---|
DegToRad, INDEX_NONE, MaxInt, Pi, RadToDeg |
Variables Summary | |
---|---|
Vector | BaseBonePos |
Vector | BaseLookDir |
vector | DesiredTargetLocation |
float | LastCalcTime |
Vector | LimitLookDir |
float | LookAtAlpha |
float | LookAtAlphaBlendTimeToGo |
float | LookAtAlphaTarget |
Limit | |
Name | AllowRotationOtherBoneName |
EBoneControlSpace | AllowRotationSpace |
bool | bAllowRotationX |
bool | bAllowRotationY |
bool | bAllowRotationZ |
bool | bDisableBeyondLimit |
bool | bEnableLimit |
bool | bLimitBasedOnRefPose |
bool | bNotifyBeyondLimit |
bool | bShowLimit |
float | DeadZoneAngle |
float | MaxAngle |
LookAt | |
bool | bDefineUpAxis |
bool | bInvertLookAtAxis |
bool | bInvertUpAxis |
EAxis | LookAtAxis |
vector | TargetLocation |
float | TargetLocationInterpSpeed |
EBoneControlSpace | TargetLocationSpace |
name | TargetSpaceBoneName |
EAxis | UpAxis |
Inherited Variables from Core.Object |
---|
Class, HashNext, HashOuterNext, Linker, LinkerIndex, Name, NetIndex, ObjectArchetype, ObjectFlags, ObjectInternalInteger, Outer, StateFrame, VfTableObject |
Enumerations Summary |
---|
Inherited Enumerations from Engine.SkelControlBase |
---|
EBoneControlSpace |
Inherited Enumerations from Core.Object |
---|
EAxis, EInputEvent, EInterpCurveMode, EInterpMethodType, ETickingGroup |
Structures Summary |
---|
Functions Summary | ||
---|---|---|
![]() | bool | CanLookAtPoint (vector PointLoc, optional bool bDrawDebugInfo, optional bool bDebugUsePersistentLines, optional bool bDebugFlushLinesFirst) |
![]() | InterpolateTargetLocation (float DeltaTime)) | |
![]() | SetLookAtAlpha (float DesiredAlpha, float DesiredBlendTime) | |
![]() | SetTargetLocation (Vector NewTargetLocation)) |
Inherited Functions from Engine.SkelControlBase |
---|
SetSkelControlActive, SetSkelControlStrength |
Variables Detail |
---|
Internal, base bone position in component space.
Internal, base look dir, without skel controller's influence.
Interpolation target for TargetLocation
Keep track of when the controller was last calculated. We need this to make sure BaseLookDir is accurate, when using CanLookAt().
internal, used to draw base orientation for limits
LookAtAlpha allows to cancel head look when going beyond boundaries
Per rotation axis filtering
Interp back to zero strength if limit surpassed
If true, only allow a certain adjustment from the reference pose of the bone.
By default limit is based on ref pose of the character
Call event to notify owner of limit break
If true, draw a cone in the editor to indicate the maximum allowed movement of the bone.
Allowed error between the current look direction and the desired look direction.
The maximum rotation applied from the reference pose of the bone, in degrees.
If you want to also define which axis should try to point 'up' (world +Z).
Whether to invert the LookAtAxis, so it points away from the TargetLocation.
Whether to invert the UpAxis, so it points down instead.
Axis of the controlled bone that you wish to point at the TargetLocation.
Position in world space that this bone is looking at.
Interpolation speed for TargetLocation to DesiredTargetLocation
Reference frame that TargetLocation is defined in.
Name of bone used if TargetLocationSpace is BCS_OtherBoneSpace.
Axis of bone to point upwards. Cannot be the same as LookAtAxis.
Functions Detail |
---|
returns TRUE if PointLoc is within cone of vision of look at controller. This requires the mesh to be rendered, SpaceBases has to be up to date.
@param PointLoc Point in world space.
@param bDrawDebugInfo if true, debug information will be drawn on hud.
Set LookAtAlpha. Allows the controller to blend in/out while still being processed. CalculateNewBoneTransforms() is still called when ControllerStength > 0 and LookAtAlpha <= 0
Defaultproperties |
---|
defaultproperties { LookAtAxis=AXIS_X UpAxis=AXIS_Z AllowRotationSpace=BCS_BoneSpace bLimitBasedOnRefPose=True bShowLimit=True bAllowRotationX=True bAllowRotationY=True bAllowRotationZ=True TargetLocationInterpSpeed=10.000000 Name="Default__SkelControlLookAt" ObjectArchetype=SkelControlBase'Engine.Default__SkelControlBase' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |