Gah - a solution with more questions. – EntropicLqd

UE3:AnimationCompressionAlgorithm_RemoveEverySecondKey (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UT3 Object >> AnimationCompressionAlgorithm >> AnimationCompressionAlgorithm_RemoveEverySecondKey
Package: 
Engine
This class in other games:
UDK

Keyframe reduction algorithm that simply removes every second key.

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Properties[edit]

Property group 'AnimationCompressionAlgorithm_RemoveEverySecondKey'[edit]

bStartAtSecondKey[edit]

Type: bool

If bStartAtSecondKey is TRUE, remove keys 1,3,5,etc. If bStartAtSecondKey is FALSE, remove keys 0,2,4,etc.

MinKeys[edit]

Type: int

Animations with fewer than MinKeys will not lose any keys.

Default value: 10

Default values[edit]

Property Value
Description "Remove Every Second Key"