Navigation
API > API/Developer > API/Developer/ZenOplogUtils
A manifest is a chunk of compact binary representing the cooked output of a build.
| |
|
| Name |
FOplogManifest |
| Type |
struct |
| Header File |
/Engine/Source/Developer/ZenOplogUtils/Public/Experimental/ZenOplogManifest.h |
| Include Path |
#include "Experimental/ZenOplogManifest.h" |
Syntax
struct FOplogManifest
Structs
| Name |
Remarks |
| FOp |
Caches a view of an op in the compact binary and provides accessors to known values. |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| AllOpsCbData |
FCbField |
|
Experimental/ZenOplogManifest.h |
|
| OpKeysAndHashes |
TArray< TPair< FUtf8String, uint32 > > |
|
Experimental/ZenOplogManifest.h |
|
| OpKeyToIndex |
TMap< FUtf8String, int32 > |
|
Experimental/ZenOplogManifest.h |
|
| Ops |
TArray< FOp > |
|
Experimental/ZenOplogManifest.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Caches op keys + hashes, and populates OpKeyToIndex. Call after loading. Returns false on unexpected data. |
Experimental/ZenOplogManifest.h |
|