Navigation
API > API/Runtime > API/Runtime/Engine
Mappings for 'standard' particle data Only used when required.
| Name | FBaseParticle |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Public/ParticleHelper.h |
| Include Path | #include "ParticleHelper.h" |
Syntax
struct FBaseParticle
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaseColor | FLinearColor | 16 bytes | ParticleHelper.h | |
| BaseRotationRate | float | ParticleHelper.h | ||
| BaseSize | FVector3f | 16 bytes | ParticleHelper.h | |
| BaseVelocity | FVector3f | 16 bytes | ParticleHelper.h | |
| Color | FLinearColor | 16 bytes | ParticleHelper.h | |
| Flags | int32 | ParticleHelper.h | ||
| Location | FVector | ParticleHelper.h | ||
| OldLocation | FVector | 48 bytes | ParticleHelper.h | |
| OneOverMaxLifetime | float | ParticleHelper.h | ||
| Placeholder0 | float | ParticleHelper.h | ||
| Placeholder1 | float | ParticleHelper.h | ||
| RelativeTime | float | 16 bytes | ParticleHelper.h | |
| Rotation | float | ParticleHelper.h | ||
| RotationRate | float | ParticleHelper.h | ||
| Size | FVector3f | 16 bytes | ParticleHelper.h | |
| Velocity | FVector3f | 16 bytes | ParticleHelper.h |