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
Constructors
Structs
Variables
Public
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 |
|
|
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 |
|
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual int32 Main
(
const FString& Params
)
|
|
Commandlets/DiffFilesCommandlet.h |
|