![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParticleHelper.h>
Public Attributes | |
| FVector3f | Position |
| float | RelativeTime |
| FVector3f | OldPosition |
| float | ParticleId |
| FVector2f | Size |
| float | Rotation |
| float | SubImageIndex |
| FLinearColor | Color |
Per-particle data sent to the GPU.
| FLinearColor FParticleSpriteVertex::Color |
The color of the particle.
| FVector3f FParticleSpriteVertex::OldPosition |
The previous position of the particle.
| float FParticleSpriteVertex::ParticleId |
Value that remains constant over the lifetime of a particle.
| FVector3f FParticleSpriteVertex::Position |
The position of the particle.
| float FParticleSpriteVertex::RelativeTime |
The relative time of the particle.
| float FParticleSpriteVertex::Rotation |
The rotation of the particle.
| FVector2f FParticleSpriteVertex::Size |
The size of the particle.
| float FParticleSpriteVertex::SubImageIndex |
The sub-image index for the particle.