Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
Description
Try and diff two assets using class-specific tool. Will do nothing if either asset is NULL, or they are not the same class.
| Name | DiffAssets |
| Type | function |
| Header File | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include Path | #include "IAssetTools.h" |
UFUNCTION (BlueprintCallable, Category="Editor Scripting | Asset Tools")
void DiffAssets
(
UObject * OldAsset,
UObject * NewAsset,
const struct FRevisionInfo & OldRevision,
const struct FRevisionInfo & NewRevision
) const