UDEPRECATED_DiffPackagesCommandlet::Initialize

Parses the command-line and loads the packages being compared.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "Commandlets/DiffPackagesCommandlet.h"

Source

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

Syntax

bool Initialize
(
    const TCHAR * Parms
)

Remarks

Parses the command-line and loads the packages being compared.

Returns

true if all parameters were parsed successfully; false if any of the specified packages couldn't be loaded or the parameters were otherwise invalid.

Parameters

Parameter

Description

Parms

the full command-line used to invoke this commandlet

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