unreal.AnimationCurveIdentifier

class unreal.AnimationCurveIdentifier

Bases: StructBase

Script-friendly structure for identifying an animation curve. Wrapping the unique type and smart-name for use within the AnimDataController API.

C++ Source:

  • Module: Engine

  • File: CurveIdentifier.h

get_name() Name
Returns:

The name used for displaying the Curve Identifier

Return type:

Name

get_transform_child_curve_identifier(channel, axis) bool

Converts a valid FAnimationCurveIdentifier instance with RCT_Transform curve type to target a child curve.

Parameters:
Returns:

Valid FAnimationCurveIdentifier if the operation was successful

Return type:

bool

get_type() RawCurveTrackTypes
Returns:

The animation curve type for the curve represented by the Curve Identifier

Return type:

RawCurveTrackTypes

is_valid() bool
Returns:

Whether or not the Curve Identifier is valid

Return type:

bool