Navigation
API > API/Developer > API/Developer/AssetTools > API/Developer/AssetTools/IAssetTools
References
| Module | AssetTools |
| Header | /Engine/Source/Developer/AssetTools/Public/IAssetTools.h |
| Include | #include "IAssetTools.h" |
void DiffAgainstDepot
&40;
UObject &42; InObject,
const FString & InPackagePath,
const FString & InPackageName
&41; const
Remarks
Try to diff the local version of an asset against the latest one from the depot
Parameters
| Name | Description |
|---|---|
| InObject | The object we want to compare against the depot |
| InPackagePath | The fullpath to the package |
| InPackageName | The name of the package |