![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RichCurve.h>
Public Member Functions | |
| FRichCurveEditInfoTemplate () | |
| FRichCurveEditInfoTemplate (T InCurveToEdit) | |
| FRichCurveEditInfoTemplate (T InCurveToEdit, FName InCurveName) | |
| bool | operator== (const FRichCurveEditInfoTemplate< T > &Other) const |
| uint32 | GetTypeHash () const |
Public Attributes | |
| FName | CurveName |
| T | CurveToEdit |
Friends | |
| uint32 | GetTypeHash (const FRichCurveEditInfoTemplate< T > &RichCurveEditInfo) |
Info about a curve to be edited.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
| FName FRichCurveEditInfoTemplate< T >::CurveName |
Name of curve, used when displaying in editor. Can include comma's to allow tree expansion in editor
| T FRichCurveEditInfoTemplate< T >::CurveToEdit |
Pointer to curves to be edited