Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | UDiffFilesCommandlet |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Commandlets/DiffFilesCommandlet.h |
| Include Path | #include "Commandlets/DiffFilesCommandlet.h" |
Syntax
UCLASS ()
class UDiffFilesCommandlet : public UCommandlet
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UCommandlet → UDiffFilesCommandlet
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDiffFilesCommandlet
(
const FObjectInitializer& ObjectInitializer |
Commandlets/DiffFilesCommandlet.h |
Structs
| Name | Remarks |
|---|---|
| FPackageInfo |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HandledAnnotation | FUObjectAnnotationSparseBool | Handled annotation to track which objects we have dealt with | Commandlets/DiffFilesCommandlet.h | |
| PackageInfos | TArray< FPackageInfo > | Commandlets/DiffFilesCommandlet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Initialize
(
const TCHAR* Parms |
Parses the command-line and loads the packages being compared. | Commandlets/DiffFilesCommandlet.h | |
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 | Commandlets/DiffFilesCommandlet.h |
Overridden from UCommandlet
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Main
(
const FString& Params |
Commandlets/DiffFilesCommandlet.h |