UParticleSystemAuditCommandlet::DumpSimplePSysSet

Dump the give list of particle systems to an audit CSV file...

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Classes/Commandlets/ParticleSystemAuditCommandlet.h

Include

#include "Commandlets/ParticleSystemAuditCommandlet.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Commandlets/ParticleSystemAuditCommandlet.cpp

Syntax

bool DumpSimplePSysSet
(
    TSet< FString > & InPSysSet,
    const TCHAR * InShortFilename
)

Remarks

Dump the give list of particle systems to an audit CSV file...

Dump the give list of particle systems to an audit CSV file...

Returns

bool true if successful, false if not

Parameters

Parameter

Description

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)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss