![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ParticleHelper.h>
Public Attributes | |
| FLinearColor | Color |
| FVector4f | Transform [3] |
| FVector4f | Velocity |
| int16 | SubUVParams [4] |
| float | SubUVLerp |
| float | RelativeTime |
| FLinearColor FMeshParticleInstanceVertex::Color |
The color of the particle.
| float FMeshParticleInstanceVertex::RelativeTime |
The relative time of the particle.
| float FMeshParticleInstanceVertex::SubUVLerp |
The sub-image lerp value for the particle.
| int16 FMeshParticleInstanceVertex::SubUVParams[4] |
The sub-image texture offsets for the particle.
| FVector4f FMeshParticleInstanceVertex::Transform[3] |
The instance to world transform of the particle. Translation vector is packed into W components.
| FVector4f FMeshParticleInstanceVertex::Velocity |
The velocity of the particle, XYZ: direction, W: speed.