UFXSystemComponent::SetColorParameter

Set a named color instance parameter on this ParticleSystemComponent.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h

Include

#include "Particles/ParticleSystemComponent.h"

Syntax

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss