UParticleSystemComponent::GetAnyVectorParameter

Retrieve the Vector parameter value for the given name...also looks for colors and floats and returns those

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Particles/ParticleSystemComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Particles/ParticleComponents.cpp

Syntax

virtual bool GetAnyVectorParameter
(
    const FName InName,
    FVector & OutVector
)

Remarks

Retrieve the Vector parameter value for the given name...also looks for colors and floats and returns those

Returns

true Parameter was found - OutVector is valid false Parameter was not found - OutVector is invalid

Parameters

Parameter

Description

InName

Name of the parameter

OutVector

The value of the parameter found

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