C4 Engine
C4 Engine API Documentation

Animator::GetOutputTransformNodeCount

Defined in:  C4Animation.h
Returns the number of nodes for which transform animation is actually output.
Prototype

int32 GetOutputTransformNodeCount(voidconst;

Description
The GetOutputTransformNodeCount function returns the number of nodes for which animation is actually output by an animator. This number is always no greater than the count given by the Animator::GetAnimatorTransformNodeCount function, but it may be smaller than the total number of targeted nodes if an animator does not output transforms for all of the nodes in the targeted range.
See Also

Animator::GetOutputTransformNodeStart

Animator::GetAnimatorTransformNodeStart

Animator::GetAnimatorTransformNodeCount