Navigation
API > API/Developer > API/Developer/ZenOplogUtils
| Name | UE::EOutputManifestDiffOptions |
| Type | enum |
| Header File | /Engine/Source/Developer/ZenOplogUtils/Public/Experimental/ZenOplogDiff.h |
| Include Path | #include "Experimental/ZenOplogDiff.h" |
Syntax
namespace UE
{
enum EOutputManifestDiffOptions
{
None = 0,
OutputDifferences = 1,
OutputIdenticalOps = 2,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| OutputDifferences | |
| OutputIdenticalOps |