IAssetTools::DiffAssets

Try and diff two assets using class-specific tool.

Windows
MacOS
Linux

References

Module

AssetTools

Header

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

Include

#include "IAssetTools.h"

Syntax

void DiffAssets
(
    UObject * OldAsset,
    UObject * NewAsset,
    const struct FRevisionInfo & OldRevision,
    const struct FRevisionInfo & NewRevision
) const

Remarks

Try and diff two assets using class-specific tool. Will do nothing if either asset is NULL, or they are not the same class.

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