Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEffectType.h |
| Include | #include "NiagaraEffectType.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraLinearRamp
Remarks
Simple linear ramp to drive scaling values. TODO: Replace with Curve that can baked down for fast eval and has good inline UI widgets.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | EndX | ||
| float | EndY | ||
| float | StartX | ||
| float | StartY |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraLinearRamp
(
float InStartX, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | Evaluate
(
float X |