I'm a doctor, not a mechanic
Difference between revisions of "UE3:AnimNodeBlendBySpeed (UDK)"
(Talk) |
m (1 revision: class descriptions for UDK January update (part 1)) |
||
(One intermediate revision by one other user not shown) | |||
Line 14: | Line 14: | ||
==Properties== | ==Properties== | ||
===Property group 'AnimNodeBlendBySpeed'=== | ===Property group 'AnimNodeBlendBySpeed'=== | ||
+ | ====BlendDownDelay==== | ||
+ | '''Type:''' [[float]] | ||
+ | |||
+ | Optional delay before blending to the next channel | ||
+ | |||
====BlendDownPerc==== | ====BlendDownPerc==== | ||
'''Type:''' [[float]] | '''Type:''' [[float]] | ||
Line 27: | Line 32: | ||
'''Default value:''' 0.1 | '''Default value:''' 0.1 | ||
+ | |||
+ | ====BlendUpDelay==== | ||
+ | '''Type:''' [[float]] | ||
+ | |||
+ | Optional delay before blending to the next channel | ||
====BlendUpTime==== | ====BlendUpTime==== | ||
Line 52: | Line 62: | ||
===Internal variables=== | ===Internal variables=== | ||
+ | ====BlendDelayRemaining==== | ||
+ | '''Type:''' [[float]] | ||
+ | |||
+ | '''[[Variables#Modifiers|Modifiers]]:''' transient | ||
+ | |||
+ | <!-- enter variable description --> | ||
+ | |||
====LastChannel==== | ====LastChannel==== | ||
'''Type:''' [[int]] | '''Type:''' [[int]] |
Latest revision as of 05:37, 17 January 2010
Object >> AnimObject >> AnimNode >> AnimNodeBlendBase >> AnimNodeBlendList >> AnimNodeBlendBySpeed |
Contents
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. |
AnimNodeBlendBySpeed
Blends between child nodes based on the owners speed and the defined constraints.
Properties[edit]
Property group 'AnimNodeBlendBySpeed'[edit]
BlendDownDelay[edit]
Type: float
Optional delay before blending to the next channel
BlendDownPerc[edit]
Type: float
When should we start blending back down
Default value: 0.2
BlendDownTime[edit]
Type: float
How fast to blend when going down
Default value: 0.1
BlendUpDelay[edit]
Type: float
Optional delay before blending to the next channel
BlendUpTime[edit]
Type: float
How fast to blend when going up
Default value: 0.1
bUseAcceleration[edit]
Type: bool
Use acceleration instead of Velocity to determine speed
Constraints[edit]
Weights/ constraints used for transition between child nodes
Default value, index 1: 180.0
Default value, index 2: 350.0
Default value, index 3: 900.0
Internal variables[edit]
BlendDelayRemaining[edit]
Type: float
Modifiers: transient
LastChannel[edit]
Type: int
Last Channel being used
Speed[edit]
Type: float
How fast they are moving this frame.
Default values[edit]
Property | Value |
---|---|
bSkipTickWhenZeroWeight | True |