Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/CurveDataAbstraction.h |
Include | #include "CurveDataAbstraction.h" |
Syntax
struct FKeyAttributes
Remarks
Extended attributes that the curve editor understands
Constructors
Type | Name | Description |
---|---|---|
FKeyAttributes () |
Functions
Type | Name | Description |
---|---|---|
float | GetArriveTangent () | Retrieve specific attributes for this key. Must check such attributes exist. |
float | GetArriveTangentWeight () | |
ERichCurveIn... | GetInterpMode () | |
float | GetLeaveTangent () | |
float | GetLeaveTangentWeight () | |
ERichCurveTa... | GetTangentMode () | |
ERichCurveTa... | GetTangentWeightMode () | |
bool | HasArriveTangent () | Check whether this key has the specified attributes |
bool | HasArriveTangentWeight () | |
bool | HasInterpMode () | |
bool | HasLeaveTangent () | |
bool | HasLeaveTangentWeight () | |
bool | HasTangentMode () | |
bool | HasTangentWeightMode () | |
FKeyAttribut... | MaskCommon ( const FKeyAttributes& A, const FKeyAttributes& B ) | Generate a new set of attributes that contains only those attributes common to both A and B |
FKeyAttribut... | SetArriveTangent ( float InArriveTangent ) | Set the attributes for this key |
FKeyAttribut... | SetArriveTangentWeight ( float InArriveTangentWeight ) | |
FKeyAttribut... | SetInterpMode ( ERichCurveInterpMode InInterpMode ) | |
FKeyAttribut... | SetLeaveTangent ( float InLeaveTangent ) | |
FKeyAttribut... | SetLeaveTangentWeight ( float InLeaveTangentWeight ) | |
FKeyAttribut... | SetTangentMode ( ERichCurveTangentMode InTangentMode ) | |
FKeyAttribut... | SetTangentWeightMode ( ERichCurveTangentWeightMode InTange... ) | |
void | UnsetArriveTangent () | Reset specific attributes of this key, implying such attributes are not supported |
void | UnsetArriveTangentWeight () | |
void | UnsetInterpMode () | |
void | UnsetLeaveTangent () | |
void | UnsetLeaveTangentWeight () | |
void | UnsetTangentMode () | |
void | UnsetTangentWeightMode () |