UNiagaraComponent::SetActorParameter

Set a named actor instance parameter on this ParticleSystemComponent.

Windows
MacOS
Linux

Override Hierarchy

UFXSystemComponent::SetActorParameter()

UNiagaraComponent::SetActorParameter()

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 SetActorParameter
(
    FName ParameterName,
    class AActor * Param
)

Remarks

Set a named actor 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