FMovieSceneTangentData

Windows
MacOS
Linux

References

Module

MovieScene

Header

/Engine/Source/Runtime/MovieScene/Public/Channels/MovieSceneFloatChannel.h

Include

#include "Channels/MovieSceneFloatChannel.h"

Syntax

struct FMovieSceneTangentData

Variables

Name Description

Public variable

float

 

ArriveTangent

If RCIM_Cubic, the arriving tangent at this key

Public variable

float

 

ArriveTangentWeight

If RCTWM_WeightedArrive or RCTWM_WeightedBoth, the weight of the left tangent

Public variable

float

 

LeaveTangent

If RCIM_Cubic, the leaving tangent at this key

Public variable

float

 

LeaveTangentWeight

If RCTWM_WeightedLeave or RCTWM_WeightedBoth, the weight of the right tangent

Public variable

TEnumAsByte< ER...

 

TangentWeightMode

If RCIM_Cubic, the tangent weight mode

Constructors

Name Description

Public function

FMovieSceneTangentData()

Functions

Name Description

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FMovieSceneTangentData& Othe...
)

Public function Const

bool

 

operator==

(
    const FMovieSceneTangentData& Othe...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss