Navigation
API > API/Developer > API/Developer/ZenOplogUtils
Represents the full diff of an oplog/manifest Takes shared ownership of the compact binary in a manifest
| Name | FOplogDiffResults |
| Type | struct |
| Header File | /Engine/Source/Developer/ZenOplogUtils/Public/Experimental/ZenOplogDiff.h |
| Include Path | #include "Experimental/ZenOplogDiff.h" |
Syntax
struct FOplogDiffResults
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangedOpsWithOutputDifferences | TArray< FOplogDiffChangedOp > | Experimental/ZenOplogDiff.h | ||
| ChangedOpsWithSameOutput | TArray< FOplogDiffChangedOp > | Experimental/ZenOplogDiff.h | ||
| IdenticalOps | TArray< FUtf8String > | Experimental/ZenOplogDiff.h | ||
| Manifest1Data | FCbField | Experimental/ZenOplogDiff.h | ||
| Manifest2Data | FCbField | Experimental/ZenOplogDiff.h | ||
| OpsMissingInManifest1 | TArray< FUtf8String > | Experimental/ZenOplogDiff.h | ||
| OpsMissingInManifest2 | TArray< FUtf8String > | Experimental/ZenOplogDiff.h |