UParticleSystemComponent::GetActorParameter

Retrieve the Actor parameter value for the given name.

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 GetActorParameter
(
    const FName InName,
    class AActor *& OutActor
)

Remarks

Retrieve the Actor parameter value for the given name.

Returns

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

Parameters

Parameter

Description

InName

Name of the parameter

OutActor

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