Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterfaceCurveBase
Structure to facilitate getting standardized curve information from a curve data interface.
| Name | FCurveData |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraDataInterfaceCurveBase.h |
| Include Path | #include "NiagaraDataInterfaceCurveBase.h" |
Syntax
struct FCurveData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCurveData
(
FRichCurve* InCurve, |
NiagaraDataInterfaceCurveBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Color | FLinearColor | The color to use when displaying this curve in the UI. | NiagaraDataInterfaceCurveBase.h | |
| Curve | FRichCurve * | A pointer to the curve. | NiagaraDataInterfaceCurveBase.h | |
| Name | FName | The name of the curve, unique within the data interface, which identifies the curve in the UI. | NiagaraDataInterfaceCurveBase.h |