Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UParticleModuleRotationOverLifetime |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Rotation/ParticleModuleRotationOverLifetime.h |
| Include Path | #include "Particles/Rotation/ParticleModuleRotationOverLifetime.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, MinimalAPI, Meta=(DisplayName="Rotation/Life"))
class UParticleModuleRotationOverLifetime : public UParticleModuleRotationBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UParticleModule → UParticleModuleRotationBase → UParticleModuleRotationOverLifetime
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UParticleModuleRotationOverLifetime
(
const FObjectInitializer& ObjectInitializer |
Particles/Rotation/ParticleModuleRotationOverLifetime.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RotationOverLife | FRawDistributionFloat | The rotation of the particle (1.0 = 360 degrees). | Particles/Rotation/ParticleModuleRotationOverLifetime.h |
|
| Scale | uint32 | If true, the particle rotation is multiplied by the value retrieved from RotationOverLife. | Particles/Rotation/ParticleModuleRotationOverLifetime.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeDefaults() |
Initializes the default values for this property | Particles/Rotation/ParticleModuleRotationOverLifetime.h |
Overridden from UParticleModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Update
(
const FUpdateContext& Context |
Particles/Rotation/ParticleModuleRotationOverLifetime.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Particles/Rotation/ParticleModuleRotationOverLifetime.h | ||
virtual void PostInitProperties() |
Particles/Rotation/ParticleModuleRotationOverLifetime.h |