Animator.IsParameterControlledByCurve

function IsParameterControlledByCurve (name : String) : boolean

Parameters

NameDescription
name The name of the parameter.

Description

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

function IsParameterControlledByCurve (id : int) : boolean

Parameters

NameDescription
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.