UDiffAssetsCommandlet::ExportFilesToTextAndDiff

Runs an external diff utility

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 & Filename1,
    const FString & Filename2,
    const FString & DiffCommand
)

Remarks

Runs an external diff utility

Returns

true if success

Parameters

Parameter

Description

Filename1

First filename

Filename1

Second filename

DiffCommand

Diff command, with {1} {2} in it....for example: C:/Program Files/Araxis/Araxis Merge/AraxisP4Diff.exe {1} {2}

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