Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Channels
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneCurveChannelCommon.h |
| Include | #include "Channels/MovieSceneCurveChannelCommon.h" |
Syntax
struct FMovieSceneTangentData
Remarks
Tangents for curve channel control points.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | ArriveTangent | If RCIM_Cubic, the arriving tangent at this key | |
| float | ArriveTangentWeight | If RCTWM_WeightedArrive or RCTWM_WeightedBoth, the weight of the left tangent | |
| float | LeaveTangent | If RCIM_Cubic, the leaving tangent at this key | |
| float | LeaveTangentWeight | If RCTWM_WeightedLeave or RCTWM_WeightedBoth, the weight of the right tangent | |
| TEnumAsByte< ERichCurveTangentWeightMode > | TangentWeightMode | If RCIM_Cubic, the tangent weight mode | |
| uint8[3] | UnserializedPaddingBytes | This is required because TMovieSceneCurveChannelImpl |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FMovieSceneTangentData& Other |
||
| bool | operator==
(
const FMovieSceneTangentData& Other |