IAssetTools::DiffAgainstDepot

Try to diff the local version of an asset against the latest one from the depot

Windows
MacOS
Linux

References

Module

AssetTools

Header

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

Include

#include "IAssetTools.h"

Syntax

void DiffAgainstDepot
(
    UObject * InObject,
    const FString & InPackagePath,
    const FString & InPackageName
) const

Remarks

Try to diff the local version of an asset against the latest one from the depot

Parameters

Parameter

Description

InObject

The object we want to compare against the depot

InPackagePath

The fullpath to the package

InPackageName

The name of the package

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