You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Adds a new StreamWrapper class to EpicGames.Core which wraps another stream and forwards all overridable methods to it. - Adds an extension method to create a StreamWrapper that overrides Dispose/DisposeAsync methods to dispose of other owned resources. [CL 29935350 by ben marsh in ue5-main branch]