FAnimTrailTypeDataPayload

AnimTrail payload

Windows
MacOS
Linux

Inheritance Hierarchy

FTrailsBaseTypeDataPayload

FAnimTrailTypeDataPayload

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/ParticleHelper.h

Include

#include "ParticleHelper.h"

Syntax

struct FAnimTrailTypeDataPayload : public FTrailsBaseTypeDataPayload

Remarks

AnimTrail payload

Variables

Name Description

Public variable

FVector

 

Direction

Direction from the first socket sample to the second.

Public variable

float

 

InterpolationParameter

Parameter of this knot on the spline

Public variable

float

 

Length

Half length between the sockets. First vertex = Location - Dir * Length; Second vertex = Location + Dir * Lenght.

Public variable

FVector

 

Tangent

Tangent of the curve.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss