Animator.IsParameterControlledByCurve
IsParameterControlledByCurve(name: string): bool;
Parameters

name The name of the parameter.
Description

Returns true if a parameter is controlled by an additional curve on an animation.

IsParameterControlledByCurve(id: int): bool;
Parameters

id The id of the parameter. The id is generated using Animator::StringToHash.
Description

Returns true if a parameter is controlled by an additional curve on an animation.