Navigation
API > API/Runtime > API/Runtime/Engine
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/DiffResults.h |
Include | #include "DiffResults.h" |
Syntax
namespace EDiffType
{
enum Category
&123;
ADDITION,
SUBTRACTION,
MODIFICATION,
MINOR,
CONTROL,
&125;
}
Values
Name | Description |
---|---|
ADDITION | |
SUBTRACTION | |
MODIFICATION | |
MINOR | Used for small changes like moving nodes that don't effect the compilation |
CONTROL | Used for items that are purely informational and don't show up in the diff results |
Remarks
Differences found within a graph or object