UParticleModuleRotationOverLifetime

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationOverLifetime.h

Include

#include "Particles/Rotation/ParticleModuleRotationOverLifetime.h"

Syntax

class UParticleModuleRotationOverLifetime : public UParticleModuleRotationBase

Variables

Name Description

Public variable

FRawDistributio...

 

RotationOverLife

The rotation of the particle (1.0 = 360 degrees).

Public variable

uint32: 1

 

Scale

If true, the particle rotation is multiplied by the value retrieved from RotationOverLife.

Constructors

Name Description

Public function

UParticleModuleRotationOverLifetime

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function

void

 

InitializeDefaults()

Initializes the default values for this property

Overridden from UParticleModule

Name Description

Public function Virtual

void

 

Update

(
    FParticleEmitterInstance* Owne...,
    int32 Offset,
    float DeltaTime
)

Called on a particle that is being updated by its emitter.

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a property on this object has been modified externally

Public function Virtual

void

 

PostInitProperties()

Called after the C++ constructor and after the properties have been initialized, including those loaded from config.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss