Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Particles > API/Runtime/Engine/Particles/UFXSystemComponent
- UFXSystemComponent::SetBoolParameter()
- UParticleSystemComponent::SetBoolParameter()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
| Include | #include "Particles/ParticleSystemComponent.h" |
UFUNCTION (BlueprintCallable, Category="Effects|Components|ParticleSystem")
virtual void SetBoolParameter
(
FName ParameterName,
bool Param
)
Remarks
Change a named boolean parameter, ParticleSystemComponent converts to float.