Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |
Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.
Core.Object | +-- Engine.AnimNode | +-- Engine.AnimNodeBlendBase | +-- Engine.AnimNodeAimOffset
UTAnimNodeJumpLeanOffset
Variables Summary | |
---|---|
Array<AimComponent> | AimComponents |
Name | AnimName_CC |
Name | AnimName_CD |
Name | AnimName_CU |
Name | AnimName_LC |
Name | AnimName_LD |
Name | AnimName_LU |
Name | AnimName_RC |
Name | AnimName_RD |
Name | AnimName_RU |
Array<INT> | BoneToAimCpnt |
Vector2d | HorizontalRange |
Array<byte> | RequiredBones |
AnimNodeAimOffset | TemplateNode |
Vector2d | VerticalRange |
AnimNodeAimOffset | |
Vector2d | Aim |
Vector2d | AngleOffset |
bool | bBakeFromAnimations |
bool | bForceAimDir |
int | CurrentProfileIndex |
EAnimAimDir | ForcedAimDir |
int | PassThroughAtOrAboveLOD |
array<AimOffsetProfile> | Profiles |
Inherited Variables from Engine.AnimNodeBlendBase |
---|
bFixNumChildren, Children |
Enumerations Summary | ||
---|---|---|
EAnimAimDir ANIMAIM_LEFTUP, ANIMAIM_CENTERUP, ANIMAIM_RIGHTUP, ANIMAIM_LEFTCENTER, ANIMAIM_CENTERCENTER, ANIMAIM_RIGHTCENTER, ANIMAIM_LEFTDOWN, ANIMAIM_CENTERDOWN, ANIMAIM_RIGHTDOWN |
Inherited Enumerations from Engine.AnimNode |
---|
ESliderType |
Structures Summary | ||
---|---|---|
AimComponent BoneName, LU, LC, LD, CU, CC, CD, RU, RC, RD | ||
AimOffsetProfile ProfileName, HorizontalRange, VerticalRange, AimComponents, AnimName_LU, AnimName_LC, AnimName_LD, AnimName_CU, AnimName_CC, AnimName_CD, AnimName_RU, AnimName_RC, AnimName_RD | ||
AimTransform Rotation, Quaternion, Translation |
Inherited Structures from Engine.AnimNodeBlendBase |
---|
AnimBlendChild |
Inherited Structures from Engine.AnimNode |
---|
BoneAtom |
Functions Summary | ||
---|---|---|
![]() | SetActiveProfileByIndex (int ProfileIndex) | |
![]() | SetActiveProfileByName (name ProfileName) |
Inherited Functions from Engine.AnimNodeBlendBase |
---|
PlayAnim, StopAnim |
Inherited Functions from Engine.AnimNode |
---|
FindAnimNode, OnBecomeRelevant, OnCeaseRelevant, OnInit, PlayAnim, StopAnim |
Variables Detail |
---|
Bone Index to AimComponent Index look up table.
Internal, array of required bones. Selected bones and their parents for local to component space transformation.
Pointer to AimOffset node in package (AnimTreeTemplate), to avoid duplicating profile data. Always NULL in AimOffset Editor (in ATE).
Angle of aiming, between -1..+1
Angle offset applied to Aim before processing
Bake offsets from animations.
If true, ignore Aim, and use the ForcedAimDir enum instead to determine which aim direction to draw.
Index of currently active Profile. Use the SetActiveProfileByName or SetActiveProfileByIndex function to change.
If bForceAimDir is true, this is the direction to render the character aiming in.
If the LOD of this skeletal mesh is at or above this LOD, then this node will do nothing.
Array of different aiming 'profiles'
Enumerations Detail |
---|
ANIMAIM_LEFTUP, ANIMAIM_CENTERUP, ANIMAIM_RIGHTUP, ANIMAIM_LEFTCENTER, ANIMAIM_CENTERCENTER, ANIMAIM_RIGHTCENTER, ANIMAIM_LEFTDOWN, ANIMAIM_CENTERDOWN, ANIMAIM_RIGHTDOWN};
Handy enum for working with directions.
Structures Detail |
---|
var(AnimNodeAimOffset) Name BoneName;};
var(AnimNodeAimOffset) AimTransform CC;
var(AnimNodeAimOffset) AimTransform CD;
var(AnimNodeAimOffset) AimTransform CU;
var(AnimNodeAimOffset) AimTransform LC;
var(AnimNodeAimOffset) AimTransform LD;
var(AnimNodeAimOffset) AimTransform LU;
var(AnimNodeAimOffset) AimTransform RC;
var(AnimNodeAimOffset) AimTransform RD;
var(AnimNodeAimOffset) AimTransform RU;
definition of an AimComponent.
BoneName:Bone transformedCU:CenterLU:Left columnRU:Right
var Array<AimComponent> AimComponents;};
var(AnimNodeAimOffset) Name AnimName_CC;
var(AnimNodeAimOffset) Name AnimName_CD;
var(AnimNodeAimOffset) Name AnimName_CU;
var(AnimNodeAimOffset) Name AnimName_LC;
var(AnimNodeAimOffset) Name AnimName_LD;
var(AnimNodeAimOffset) Name AnimName_LU;
var(AnimNodeAimOffset) Name AnimName_RC;
var(AnimNodeAimOffset) Name AnimName_RD;
var(AnimNodeAimOffset) Name AnimName_RU;
var(AnimNodeAimOffset) Vector2d HorizontalRange;
var(AnimNodeAimOffset) const editconst name ProfileName;
var(AnimNodeAimOffset) Vector2d VerticalRange;
AimComponents:Array of AimComponents. Represents the selected bones and their transformations.AnimName_LU:Names of animations to use when automatically generating offsets based animations for each direction. Animations are not actually used in-game - just for editor.HorizontalRange:Maximum horizontal range (min, max) for horizontal aiming.ProfileName:Name of this aim-offset profile.VerticalRange:Maximum horizontal range (min, max) for vertical aiming.
var(AnimNodeAimOffset) Quat Quaternion;};
var Rotator Rotation;
var(AnimNodeAimOffset) Vector Translation;
9 control points range: Left Center Right LU CU RU Up LC CC RC Center LD CD RD Down
Functions Detail |
---|
Change the currently active profile to the one with the supplied index. If ProfileIndex is outside range, this does nothing.
Change the currently active profile to the one with the supplied name. If a profile with that name does not exist, this does nothing.
Defaultproperties |
---|
defaultproperties { PassThroughAtOrAboveLOD=1000 ForcedAimDir=ANIMAIM_CENTERCENTER HorizontalRange=(X=-1.000000,Y=1.000000) VerticalRange=(X=-1.000000,Y=1.000000) Children(0)=(Name="Input",Weight=1.000000) bFixNumChildren=True Name="Default__AnimNodeAimOffset" ObjectArchetype=AnimNodeBlendBase'Engine.Default__AnimNodeBlendBase' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |