Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UParticleSystemAuditCommandlet
Description
Dump the give list of particle systems to an audit CSV file...
Dump the give list of particle systems to an audit CSV file...
| Name | DumpSimplePSysSet |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/ParticleSystemAuditCommandlet.h |
| Include Path | #include "Commandlets/ParticleSystemAuditCommandlet.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/ParticleSystemAuditCommandlet.cpp |
bool DumpSimplePSysSet
(
TSet < FString > & InPSysSet,
const TCHAR * InShortFilename,
const TCHAR * OptionalHeader
)
bool true if successful, false if not
Parameters
| Name | Remarks |
|---|---|
| InPSysSet | The particle system set to dump |
| InFilename | The name for the output file (short name) |
| InPSysMap | The particle system map to dump |
| InFilename | The name for the output file (short name) |