Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:AnimNodeBlendList (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> AnimObject >> AnimNode >> AnimNodeBlendBase >> AnimNodeBlendList
Package: 
Engine
Direct subclasses:
AnimNodeBlendByBase, AnimNodeBlendByPhysics, AnimNodeBlendByPosture, AnimNodeBlendByProperty, AnimNodeBlendBySpeed, AnimNodeRandom, UTAnimBlendBase
This class in other games:
UT3


Properties

Property group 'AnimNodeBlendList'

bForceChildFullWeightWhenBecomingRelevant

Type: bool

If TRUE (Default), then when the node becomes relevant, the Active Child will be forced to full weight. This is a general optimization, as multiple nodes tend to change state at the same time, this will reduce the maximum number of blends and animation decompression done at the same time. Setting it to FALSE, will let the node interpolate animation normally.

Default value: True

bPlayActiveChild

Type: bool

Call play anim when active child is changed

bSkipBlendWhenNotRendered

Type: bool

if TRUE, do not blend when the Skeletal Mesh is not visible. Optimization to save on blending time when meshes are not rendered. Instant switch instead.

Default value: True

Internal variables

ActiveChildIndex

Type: int

Child currently active - that is, at or ramping up to 100%.

BlendTimeToGo

Type: float

How long before current blend is complete (ie. active child reaches 100%)

SliderPosition

Type: float

Modifiers: const

slider position, for animtree editor

TargetWeight

Type: array<float>

Array of target weights for each child. Size must be the same as the Children array.

Default values

Property Value
CategoryDesc "BlendBy"
Children[0]
Member Value
Name 'Child1'

Native functions

SetActiveChild

native function SetActiveChild (int ChildIndex, float BlendTime)