FCurveData

Structure to facilitate getting standardized curve information from a curve data interface.

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceCurveBase.h

Include

#include "NiagaraDataInterfaceCurveBase.h"

Syntax

struct FCurveData

Remarks

Structure to facilitate getting standardized curve information from a curve data interface.

Variables

Name Description

Public variable

FLinearColor

 

Color

The color to use when displaying this curve in the UI.

Public variable

FRichCurve *...

 

Curve

A pointer to the curve.

Public variable

FName

 

Name

The name of the curve, unique within the data interface, which identifies the curve in the UI.

Constructors

Name Description

Public function

FCurveData

(
    FRichCurve* InCurve,
    FName InName,
    FLinearColor InColor
)

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