You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Unreal Cloud DDC - Fixes issue when trying to get a compact binary of the bucket enumeration
[CL 33193369 by joakim lindqvist in ue5-main branch]
This commit is contained in:
@@ -1343,6 +1343,11 @@ namespace Jupiter.Controllers
|
||||
|
||||
public class EnumerateBucketResponse
|
||||
{
|
||||
public EnumerateBucketResponse()
|
||||
{
|
||||
RefIds = null!;
|
||||
}
|
||||
|
||||
public EnumerateBucketResponse(List<RefId> refIds)
|
||||
{
|
||||
RefIds = refIds;
|
||||
|
||||
Reference in New Issue
Block a user