FRichCurveEditInfoTemplate

Info about a curve to be edited.

Windows
MacOS
Linux

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

Name Description

Public variable

FName

 

CurveName

Name of curve, used when displaying in editor.

Public variable

T

 

CurveToEdit

Pointer to curves to be edited

Constructors

Name Description

Public function

FRichCurveEditInfoTemplate()

Public function

FRichCurveEditInfoTemplate

(
    T InCurveToEdit
)

Public function

FRichCurveEditInfoTemplate

(
    T InCurveToEdit,
    FName InCurveName
)

Functions

Name Description

Public function Const

uint32

 

GetTypeHash()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FRichCurveEditInfoTemplate< T...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss