Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Curves/RichCurve.h |
| Include | #include "Curves/RichCurve.h" |
Syntax
template<class T>
struct FRichCurveEditInfoTemplate
Remarks
Info about a curve to be edited.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | CurveName | Name of curve, used when displaying in editor. | |
| T | CurveToEdit | Pointer to curves to be edited |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRichCurveEditInfoTemplate
(
T InCurveToEdit |
|||
FRichCurveEditInfoTemplate
(
T InCurveToEdit, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetTypeHash () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FRichCurveEditInfoTemplate< T >& Other |