I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:AnimNodeBlendBase (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Contents |
- Package:
- Engine
- Direct subclasses:
- AnimNodeAimOffset, AnimNodeBlendDirectional, AnimNodeBlendList, AnimNodeBlendMultiBone, AnimNodeBlend, AnimNodeMirror, AnimNodeScalePlayRate, AnimNodeSlot, AnimNodeSynch, AnimTree, UTAnimBlendByHoverboardTilt, UTAnimBlendByHoverboardTurn, UTAnimNodeCopyBoneTranslation
- This class in other games:
- UDK
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
[edit] Properties
[edit] bFixNumChildren
Type: bool
Whether children connectors (ie elements of the Children array) may be added/removed.
[edit] Children
Type: array<AnimBlendChild>
Modifiers: editfixedsize, editinline, export
Array of children AnimNodes. These will be blended together and the results returned by GetBoneAtoms.
[edit] Structs
[edit] AnimBlendChild
Modifiers: native
Link to a child AnimNode.
- name Name
- Name of link.
- AnimNode Anim
- Child AnimNode.
- float Weight
- Weight with which this child will be blended in. Sum of all weights in the Children array must be 1.0
- float TotalWeight
- Total weight of this connection in the final blend of all animations.
- int bHasRootMotion
- Is this children currently forwarding root motion?
- AnimNode.BoneAtom RootMotion
- Extracted Root Motion
- bool bMirrorSkeleton
- Whether this child's skeleton should be mirrored.
Do not use this lightly, mirroring is rather expensive. So minimize the number of times mirroring is done in the tree.
- int DrawY
- For editor use.
[edit] Native functions
[edit] PlayAnim
Overrides: AnimNode.PlayAnim
[edit] StopAnim
native function StopAnim ()
Overrides: AnimNode.StopAnim
