Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UFXSystemComponent
Description
Set a named vector instance parameter on this ParticleSystemComponent. Updates the parameter if it already exists, or creates a new entry if not.
Derived Overrides
| Name | SetVectorParameter |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
| Include Path | #include "Particles/ParticleSystemComponent.h" |
UFUNCTION (BlueprintCallable, Category="Effects|Components|ParticleSystem")
virtual void SetVectorParameter
(
FName ParameterName,
FVector Param
)