Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include | #include "ParticleHelper.h" |
Syntax
struct FOrbitChainModuleInstancePayload
Remarks
Chain-able Orbit module instance payload
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector3f | BaseOffset | The base offset of the particle from it's tracked location | |
| FVector3f | BaseRotationRate | The base rotation rate of the particle offset | |
| FVector3f | Offset | The offset of the particle from it's tracked location | |
| FVector3f | PreviousOffset | The offset of the particle from the last frame | |
| FVector3f | Rotation | The rotation of the particle at it's offset location | |
| FVector3f | RotationRate | The rotation rate of the particle offset |