Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UFXSystemComponent
- UFXSystemComponent::SetColorParameter()
- UParticleSystemComponent::SetColorParameter()
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 SetColorParameter
(
FName ParameterName,
FLinearColor Param
)
Remarks
Set a named color instance parameter on this ParticleSystemComponent. Updates the parameter if it already exists, or creates a new entry if not.