Fixed EIoChunkType #70
Merged
Annotations
10 warnings
|
UnrealReZen/Core/FIoUToc.cs#L16
Non-nullable field 'CompressionBlocksDataTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UnrealReZen/Core/FIoUToc.cs#L15
Non-nullable field 'PerfectHashSeedsTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UnrealReZen/Core/FIoUToc.cs#L14
Non-nullable field 'OffsetAndLengthsTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UnrealReZen/Core/FIoUToc.cs#L13
Non-nullable field 'ChunkIdsTable' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UnrealReZen/Core/FIoUToc.cs#L11
Non-nullable field 'UCasPath' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UnrealReZen/Core/FIoUToc.cs#L10
Non-nullable field 'AESKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UnrealReZen/Core/FIoUToc.cs#L9
Non-nullable field 'TocStream' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UnrealReZen/Core/FIoUToc.cs#L40
Non-nullable field 'ContainerID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UnrealReZen/Core/FIoUToc.cs#L28
Non-nullable field 'Magic' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
UnrealReZen/Core/Helpers/MemoryMappedHelpers.cs#L48
Possible null reference return.
|
The logs for this run have expired and are no longer available.
Loading