Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets > API/Editor/UnrealEd/Commandlets/UDiffAssetsCommandlet > API/Editor/UnrealEd/Commandlets/UDiffAssetsCommandlet/ExportFilesToTextAndDiff
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 |
static bool ExportFilesToTextAndDiff
&40;
const FString & Filename1,
const FString & Filename2,
const FString & DiffCommand
&41;
Remarks
Runs an external diff utility true if success
Parameters
| Name | 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} |