Navigation
API > API/Plugins > API/Plugins/Niagara > API/Plugins/Niagara/UNiagaraDataInterfaceCurveBase
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
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | Color | The color to use when displaying this curve in the UI. | |
| FRichCurve * | Curve | A pointer to the curve. | |
| FName | Name | The name of the curve, unique within the data interface, which identifies the curve in the UI. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCurveData
(
FRichCurve* InCurve, |