Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraRendererRibbons.h |
| Include | #include "NiagaraRendererRibbons.h" |
Syntax
struct FNiagaraRibbonCPUGeneratedVertexData
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AverageSegmentAngle | ||
| float | AverageSegmentLength | ||
| float | AverageTwistAngle | ||
| float | AverageWidth | ||
| TArray< uint32 > | MultiRibbonIndices | The multi ribbon index, for each raw index. (raw VS particle indices). | |
| TArray< FRibbonMultiRibbonInfo, TInlineAllocator< 1 > > | RibbonInfoLookup | Ribbon perperties required for sorting. | |
| TArray< uint32 > | SegmentData | The list of all segments, each one connecting SortedIndices[SegmentId] to SortedIndices[SegmentId + 1]. | |
| TArray< uint32 > | SortedIndices | The list of all particle (instance) indices. | |
| TArray< FVector4f > | TangentAndDistances | The tangent and distance between segments, for each raw index (raw VS particle indices). | |
| float | TotalSegmentLength |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 |