Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UParticleSystem
Description
Returns true if this system contains an emitter of the pasesd type. @ param TypeData - The emitter type to check for. Must be a child class of UParticleModuleTypeDataBase
| Name | ContainsEmitterType |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystem.h |
| Include Path | #include "Particles/ParticleSystem.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleSystem.cpp |
UFUNCTION (BlueprintCallable, Category="Particle System")
bool ContainsEmitterType
(
UClass * TypeData
)