UDiffAssetsCommandlet::ExportFilesToTextAndDiff

The meat of the commandlet, this can be called from the editor Format of commandline is as follow File1.uasset File2.uasset -DiffCmd="C:/Program Files/Araxis/Araxis Merge/AraxisP4Diff.exe {1} {2}"

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "Commandlets/DiffAssetsCommandlet.h"

Source

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

Syntax

static bool ExportFilesToTextAndDiff
(
    const FString & Params
)

Remarks

The meat of the commandlet, this can be called from the editor Format of commandline is as follow File1.uasset File2.uasset -DiffCmd="C:/Program Files/Araxis/Araxis Merge/AraxisP4Diff.exe {1} {2}"

Returns

true if success

Parameters

Parameter

Description

Params

Command line

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