UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRichCurveEditInfoTemplate< T > Struct Template Reference

#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
 
CurveToEdit
 

Friends

uint32 GetTypeHash (const FRichCurveEditInfoTemplate< T > &RichCurveEditInfo)
 

Detailed Description

template<class T>
struct FRichCurveEditInfoTemplate< T >

Info about a curve to be edited.

Constructor & Destructor Documentation

◆ FRichCurveEditInfoTemplate() [1/3]

template<class T >
FRichCurveEditInfoTemplate< T >::FRichCurveEditInfoTemplate ( )
inline

◆ FRichCurveEditInfoTemplate() [2/3]

template<class T >
FRichCurveEditInfoTemplate< T >::FRichCurveEditInfoTemplate ( InCurveToEdit)
inline

◆ FRichCurveEditInfoTemplate() [3/3]

template<class T >
FRichCurveEditInfoTemplate< T >::FRichCurveEditInfoTemplate ( InCurveToEdit,
FName  InCurveName 
)
inline

Member Function Documentation

◆ GetTypeHash()

template<class T >
uint32 FRichCurveEditInfoTemplate< T >::GetTypeHash ( ) const
inline

◆ operator==()

template<class T >
bool FRichCurveEditInfoTemplate< T >::operator== ( const FRichCurveEditInfoTemplate< T > &  Other) const
inline

Friends And Related Symbol Documentation

◆ GetTypeHash

template<class T >
uint32 GetTypeHash ( const FRichCurveEditInfoTemplate< T > &  RichCurveEditInfo)
friend

Member Data Documentation

◆ CurveName

template<class T >
FName FRichCurveEditInfoTemplate< T >::CurveName

Name of curve, used when displaying in editor. Can include comma's to allow tree expansion in editor

◆ CurveToEdit

template<class T >
T FRichCurveEditInfoTemplate< T >::CurveToEdit

Pointer to curves to be edited


The documentation for this struct was generated from the following file: