Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UParticleSystemComponent
Description
Returns the index into the EmitterMaterials array for this named. If there are no named material slots or this material is not found, INDEX_NONE is returned.
| Name | GetNamedMaterialIndex |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Particles/ParticleSystemComponent.h |
| Include Path | #include "Particles/ParticleSystemComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Particles/ParticleSystemComponent.cpp |
virtual int32 GetNamedMaterialIndex
(
FName InName
) const