C4 Engine
C4 Engine API Documentation

Animator::GetAnimatorTransformNodeCount

Defined in:  C4Animation.h
Returns the number of nodes targeted for transform animation.
Prototype

int32 GetAnimatorTransformNodeCount(voidconst;

Description
The GetAnimatorTransformNodeCount function returns the number of animated nodes targeted by an animator. This number is at most the number of animated nodes returned by the Model::GetAnimatedTransformNodeCount function.

The number of nodes actually affected by an animator may be smaller than the number returned by the GetAnimatorTransformNodeCount function. The actual range of affected nodes can be retrieved by calling the Animator::GetOutputTransformNodeStart and Animator::GetOutputTransformNodeCount functions.
See Also

Animator::GetAnimatorTransformNodeStart

Animator::GetOutputTransformNodeStart

Animator::GetOutputTransformNodeCount