Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UParticleModuleLifetimeBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Lifetime/ParticleModuleLifetimeBase.h |
| Include Path | #include "Particles/Lifetime/ParticleModuleLifetimeBase.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, Abstract, Meta=(DisplayName="Lifetime"))
class UParticleModuleLifetimeBase : public UParticleModule
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UParticleModule → UParticleModuleLifetimeBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UParticleModuleLifetimeBase
(
const FObjectInitializer& ObjectInitializer |
Particles/Lifetime/ParticleModuleLifetimeBase.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Return the lifetime value at the given time. | Particles/Lifetime/ParticleModuleLifetimeBase.h | ||
virtual float GetMaxLifetime() |
Return the maximum lifetime this module would return. | Particles/Lifetime/ParticleModuleLifetimeBase.h |