Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UParticleSystemComponent
Description
Set this component's tick functions to be enabled or disabled. Only has an effect if the function is registered
Virtual Inheritance
- UActorComponent::SetComponentTickEnabled → UParticleSystemComponent::SetComponentTickEnabled
| Name | SetComponentTickEnabled |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
| Include Path | #include "Particles/ParticleSystemComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemComponent.cpp |
virtual void SetComponentTickEnabled
(
bool bEnabled
)
Parameters
| Name | Remarks |
|---|---|
| bEnabled | Whether it should be enabled or not |