Navigation
API > API/Runtime > API/Runtime/Engine
| |
|
| Name |
FRibbonTypeDataPayload |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path |
#include "ParticleHelper.h" |
Syntax
struct FRibbonTypeDataPayload : public FTrailsBaseTypeDataPayload
Inheritance Hierarchy
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| SourceIndex |
int32 |
The source index tracker (particle index, etc.) |
ParticleHelper.h |
|
| Tangent |
FVector3f |
Tangent for the trail segment |
ParticleHelper.h |
|
| Up |
FVector3f |
The 'up' for the segment (render plane) |
ParticleHelper.h |
|