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.AnimTree
Variables Summary | |
---|---|
bool | bBeingEdited |
int | MorphConnDrawY |
vector | PreviewCamPos |
rotator | PreviewCamRot |
vector | PreviewFloorPos |
int | PreviewFloorYaw |
Array<BYTE> | PriorityList |
array<MorphNodeBase> | RootMorphNodes |
array<SkelControlListHead> | SkelControlLists |
AnimTree | |
Array<AnimGroup> | AnimGroups |
array<AnimSet> | PreviewAnimSets |
array<MorphTargetSet> | PreviewMorphSets |
float | PreviewPlayRate |
SkeletalMesh | PreviewSkelMesh |
Array<Name> | PrioritizedSkelBranches |
Name | SocketName |
SkeletalMesh | SocketSkelMesh |
StaticMesh | SocketStaticMesh |
Inherited Variables from Engine.AnimNodeBlendBase |
---|
bFixNumChildren, Children |
Enumerations Summary |
---|
Inherited Enumerations from Engine.AnimNode |
---|
ESliderType |
Structures Summary | ||
---|---|---|
AnimGroup SeqNodes, SynchMaster, NotifyMaster, GroupName, RateScale | ||
SkelControlListHead BoneName, ControlHead, DrawY |
Inherited Structures from Engine.AnimNodeBlendBase |
---|
AnimBlendChild |
Inherited Structures from Engine.AnimNode |
---|
BoneAtom |
Functions Summary | ||
---|---|---|
![]() | MorphNodeBase | FindMorphNode (name InNodeName) |
![]() | SkelControlBase | FindSkelControl (name InControlName) |
![]() | ForceGroupRelativePosition (Name GroupName, FLOAT RelativePosition) | |
![]() | INT | GetGroupIndex (Name GroupName) |
![]() | AnimNodeSequence | GetGroupNotifyMaster (Name GroupName) |
![]() | float | GetGroupRelativePosition (Name GroupName) |
![]() | AnimNodeSequence | GetGroupSynchMaster (Name GroupName) |
![]() | bool | SetAnimGroupForNode (AnimNodeSequence SeqNode, Name GroupName, optional bool bCreateIfNotFound) |
![]() | SetGroupRateScale (Name GroupName, FLOAT NewRateScale) |
Inherited Functions from Engine.AnimNodeBlendBase |
---|
PlayAnim, StopAnim |
Inherited Functions from Engine.AnimNode |
---|
FindAnimNode, OnBecomeRelevant, OnCeaseRelevant, OnInit, PlayAnim, StopAnim |
Variables Detail |
---|
Used to avoid editing the same AnimTree in multiple AnimTreeEditors at the same time.
Y position of MorphNode input on AnimTree.
Saved position of camera used for previewing skeletal mesh in AnimTreeEditor.
Saved orientation of camera used for previewing skeletal mesh in AnimTreeEditor.
Saved position of floor mesh used for in AnimTreeEditor preview window.
Saved yaw rotation of floor mesh used for in AnimTreeEditor preview window.
Internal list of priority levels
Root of tree of MorphNodes.
Array of lists of SkelControls. Each list is executed after the bone specified using BoneName is updated with animation data.
List of animations groups
AnimSets used when previewing this AnimTree in the AnimTreeEditor.
MorphTargetSets used when previewing this AnimTree in the AnimTreeEditor.
Play rate used when previewing animations
SkeletalMesh used when previewing this AnimTree in the AnimTreeEditor.
Skeleton Branches that should be composed first. This is to solve Controllers relying on bones to be updated before them.
previewing of socket
Structures Detail |
---|
var(AnimTree) const Name GroupName;};
var transient const AnimNodeSequence NotifyMaster;
var(AnimTree) const float RateScale;
var const Array<AnimNodeSequence> SeqNodes;
var transient const AnimNodeSequence SynchMaster;
Definition of a group of AnimNodeSequences
NotifyMaster:Master node for notifications. (Highest weight of the group)RateScale:Rate ScaleSeqNodes:Cached array of AnimNodeSequence nodes.SynchMaster:Master node for synchronization. (Highest weight of the group)
var name BoneName;};
var editinline export SkelControlBase ControlHead;
var int DrawY;
BoneName:Name of bone that this list of SkelControls will be executed after.ControlHead:First Control in the linked list of SkelControls to execute.DrawY:For editor use.
Functions Detail |
---|
Force a group at a relative position.
Returns the index in the AnimGroups list of a given GroupName. If group cannot be found, then INDEX_NONE will be returned.
Returns the master node driving notifications for this group.
Get the relative position of a group.
Returns the master node driving synchronization for this group.
Add a node to an existing anim group
Adjust the Rate Scale of a group
Defaultproperties |
---|
defaultproperties { PreviewPlayRate=1.000000 Children(0)=(Name="Child",Weight=1.000000) bFixNumChildren=True Name="Default__AnimTree" ObjectArchetype=AnimNodeBlendBase'Engine.Default__AnimNodeBlendBase' } |
Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
previous class next class | frames no frames |