Animator::GetOutputTransformNodeCount
Defined in:
Returns the number of nodes for which transform animation is actually output.
C4Animation.h
Prototype
int32 GetOutputTransformNodeCount(void) const;
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