You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Still plenty of missing features: * Content-defined chunking * Caching * Hashing and deduplication of nodes through BlobWriter * Writing of aliases and refs through BlobWriter * HTTP client [CL 30022723 by ben marsh in ue5-main branch]
11 lines
158 B
C++
11 lines
158 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "Storage/RefOptions.h"
|
|
|
|
const FRefOptions FRefOptions::Default;
|
|
|
|
FRefOptions::FRefOptions()
|
|
{
|
|
}
|
|
|