Navigation
API > API/Runtime > API/Runtime/Engine
AnimTrail payload
| Name | FAnimTrailTypeDataPayload |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path | #include "ParticleHelper.h" |
Syntax
struct FAnimTrailTypeDataPayload : public FTrailsBaseTypeDataPayload
Inheritance Hierarchy
- FTrailsBaseTypeDataPayload → FAnimTrailTypeDataPayload
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Direction | FVector3f | Direction from the first socket sample to the second. | ParticleHelper.h | |
| InterpolationParameter | float | Parameter of this knot on the spline | ParticleHelper.h | |
| Length | float | Half length between the sockets. First vertex = Location - Dir * Length; Second vertex = Location + Dir * Lenght. | ParticleHelper.h | |
| Tangent | FVector3f | Tangent of the curve. | ParticleHelper.h |