Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UParticleModuleSpawnBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/Spawn/ParticleModuleSpawnBase.h |
| Include Path | #include "Particles/Spawn/ParticleModuleSpawnBase.h" |
Syntax
UCLASS (EditInlineNew, HideCategories=Object, Abstract, Meta=(DisplayName="Spawn"))
class UParticleModuleSpawnBase : public UParticleModule
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UParticleModule → UParticleModuleSpawnBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UParticleModuleSpawnBase
(
const FObjectInitializer& ObjectInitializer |
Particles/Spawn/ParticleModuleSpawnBase.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bProcessBurstList | uint32 | If true, the BurstList of the SpawnModule of the emitter will be processed. | Particles/Spawn/ParticleModuleSpawnBase.h |
|
| bProcessSpawnRate | uint32 | If true, the SpawnRate of the SpawnModule of the emitter will be processed. | Particles/Spawn/ParticleModuleSpawnBase.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool GetBurstCount
(
FParticleEmitterInstance* Owner, |
Retrieve the burst count this module is contributing. | Particles/Spawn/ParticleModuleSpawnBase.h | |
virtual float GetEstimatedSpawnRate () |
Retrieve the estimated spawn rate for this module... | Particles/Spawn/ParticleModuleSpawnBase.h | |
virtual int32 GetMaximumBurstCount () |
Retrieve the maximum number of particles this module could burst. | Particles/Spawn/ParticleModuleSpawnBase.h | |
virtual float GetMaximumSpawnRate () |
Retrieve the maximum spawn rate for this module... | Particles/Spawn/ParticleModuleSpawnBase.h | |
virtual bool GetSpawnAmount
(
const FContext& Context, |
Retrieve the spawn amount this module is contributing. | Particles/Spawn/ParticleModuleSpawnBase.h |
Overridden from UParticleModule
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual EModuleType GetModuleType() |
Retrieve the ModuleType of this module. | Particles/Spawn/ParticleModuleSpawnBase.h |