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