UE3:AnimNodeBlendList (UDK)
Object >> AnimObject >> AnimNode >> AnimNodeBlendBase >> AnimNodeBlendList |
- Package:
- Engine
- Direct subclasses:
- AnimNodeBlendByBase, AnimNodeBlendByPhysics, AnimNodeBlendByPosture, AnimNodeBlendByProperty, AnimNodeBlendBySpeed, AnimNodeRandom, UTAnimBlendBase
- This class in other games:
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
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
Array of target weights for each child. Size must be the same as the Children array.
Default values
Property | Value | ||||
---|---|---|---|---|---|
CategoryDesc | "BlendBy" | ||||
Children[0] |
|
Native functions
SetActiveChild