Animator::GetOutputTransformNodeStart
Defined in:
Returns the index of the first node for which transform animation is actually output.
C4Animation.hPrototype
int32 GetOutputTransformNodeStart(void) const;
Description
The GetOutputTransformNodeStart function returns the index of the first node for which transform animation is actually output by an animator. This index is always in the range of indexes given by the Animator::GetAnimatorTransformNodeStart and Animator::GetAnimatorTransformNodeCount functions, but it may be larger than the index of the first targeted node if an animator does not output transforms for all of the nodes in the targeted range.
See Also
Animator::GetOutputTransformNodeCount
