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 GetMaterialParameter
&40;
const FName InName,
class UMaterialInterface &42;& OutMaterial
&41;
Remarks
Retrieve the Material parameter value for the given name. true Parameter was found - OutMaterial is valid false Parameter was not found - OutMaterial is invalid
Parameters
Name | Description |
---|---|
InName | Name of the parameter |
OutMaterial | The value of the parameter found |