Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Particles > UParticleSystemComponent
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 |
virtual bool GetActorParameter
&40;
const FName InName,
class AActor &42;& OutActor
&41;
Remarks
Retrieve the Actor parameter value for the given name. true Parameter was found - OutActor is valid false Parameter was not found - OutActor is invalid
Parameters
Name | Description |
---|---|
InName | Name of the parameter |
OutActor | The value of the parameter found |