UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBaseParticle Struct Reference

#include <ParticleHelper.h>

Public Attributes

FVector OldLocation
 
FVector Location
 
FVector3f BaseVelocity
 
float Rotation
 
FVector3f Velocity
 
float BaseRotationRate
 
FVector3f BaseSize
 
float RotationRate
 
FVector3f Size
 
int32 Flags
 
FLinearColor Color
 
FLinearColor BaseColor
 
float RelativeTime
 
float OneOverMaxLifetime
 
float Placeholder0
 
float Placeholder1
 

Member Data Documentation

◆ BaseColor

FLinearColor FBaseParticle::BaseColor

◆ BaseRotationRate

float FBaseParticle::BaseRotationRate

◆ BaseSize

FVector3f FBaseParticle::BaseSize

◆ BaseVelocity

FVector3f FBaseParticle::BaseVelocity

◆ Color

FLinearColor FBaseParticle::Color

◆ Flags

int32 FBaseParticle::Flags

◆ Location

FVector FBaseParticle::Location

◆ OldLocation

FVector FBaseParticle::OldLocation

◆ OneOverMaxLifetime

float FBaseParticle::OneOverMaxLifetime

◆ Placeholder0

float FBaseParticle::Placeholder0

◆ Placeholder1

float FBaseParticle::Placeholder1

◆ RelativeTime

float FBaseParticle::RelativeTime

◆ Rotation

float FBaseParticle::Rotation

◆ RotationRate

float FBaseParticle::RotationRate

◆ Size

FVector3f FBaseParticle::Size

◆ Velocity

FVector3f FBaseParticle::Velocity

The documentation for this struct was generated from the following file: