Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Commandlets
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UCommandlet
- UDiffFilesCommandlet
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffFilesCommandlet.h |
| Include | #include "Commandlets/DiffFilesCommandlet.h" |
Syntax
class UDiffFilesCommandlet : public UCommandlet
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUObjectAnnotationSparseBool | HandledAnnotation | Handled annotation to track which objects we have dealt with | |
| TArray< FPackageInfo > | PackageInfos |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UDiffFilesCommandlet
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Initialize
(
const TCHAR* Parms |
Parses the command-line and loads the packages being compared. | |
| void | LoadAndDiff () |
Load the packages in the commandline while loading diff them against eachother to track down where serialization has variation in the two packages |
Overridden from UCommandlet
Classes
| Type | Name | Description | |
|---|---|---|---|
| FPackageInfo |