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