Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UListMaterialsUsedWithMeshEmitte-
Description
Process the given particle system. For mesh emitters, output material paths that don't have bUsedWithParticleSprites flagged.
| Name | ProcessParticleSystem |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/ListMaterialsUsedWithMeshEmittersCommandlet.h |
| Include Path | #include "Commandlets/ListMaterialsUsedWithMeshEmittersCommandlet.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/ContentCommandlets.cpp |
void ProcessParticleSystem
(
UParticleSystem * ParticleSystem,
TArray < FString > & OutMaterials
)