IAssetTools::CreateDiffProcess

Attempt to spawn Diff tool as external process

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/IAssetTools.h

Include

#include "IAssetTools.h"

Syntax

bool CreateDiffProcess
(
    const FString & DiffCommand,
    const FString & OldTextFilename,
    const FString & NewTextFilename,
    const FString & DiffArgs
) const

Remarks

Attempt to spawn Diff tool as external process

Returns

Returns true if the process has successfully been created.

Parameters

Parameter

Description

DiffCommand

Command used to launch the diff tool

OldTextFilename

File path to original file

NewTextFilename

File path to new file

DiffArgs

Any extra command line arguments (defaulted to empty)

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