UNiagaraComponent::SetColorParameter

Set a named color instance parameter on this ParticleSystemComponent.

Windows
MacOS
Linux

Override Hierarchy

UFXSystemComponent::SetColorParameter()

UNiagaraComponent::SetColorParameter()

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Public/NiagaraComponent.h

Include

#include "NiagaraComponent.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraComponent.cpp

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