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_transform_child_curve_identifier(channel, axis) bool ¶
Converts a valid FAnimationCurveIdentifier instance with RCT_Transform curve type to target a child curve.
- Parameters:
channel (TransformCurveChannel) – Channel to target
axis (VectorCurveChannel) – Axis within channel to target
- Returns:
Valid FAnimationCurveIdentifier if the operation was successful
- Return type:
- get_type() RawCurveTrackTypes ¶
- Returns:
The animation curve type for the curve represented by the Curve Identifier
- Return type: