Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UFXSystemComponent
- UFXSystemComponent::SetVectorParameter()
- UNiagaraComponent::SetVectorParameter()
- UParticleSystemComponent::SetVectorParameter()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
Include | #include "Particles/ParticleSystemComponent.h" |
virtual void SetVectorParameter
&40;
FName ParameterName,
FVector Param
&41;
Remarks
Set a named vector instance parameter on this ParticleSystemComponent. Updates the parameter if it already exists, or creates a new entry if not.