You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- StructBox structure - a containter - SetStructInBox function - puts any structure inside the box - GetStructFromBox function - checks if a struct of given type is in the box and returns the stored struct (it type matched) Missing: - defensive code - compile time validation, runtime validation - support for structs with flags: WithNetSerializer, WithNetDeltaSerializer, WithMessageHandling - [maybe] import and export text #codereview Nick.Whiting [CL 2480626 by Maciej Mroz in Main branch]