Commit Graph

3 Commits

Author SHA1 Message Date
Ben Marsh
cbf8b979ed First pass on tidying up all the plugin categories. Reduced everything to a single-level hierarchy, and attempt to group things by broad categories rather than implementation details.
[CL 2521430 by Ben Marsh in Main branch]
2015-04-22 14:40:16 -04:00
Marc Audy
ee362038bb Avoid shadow variable warnings when a class has a UFUNCTION with a parameter with the same name as a member
Avoid shadow variable warnings when a class has a member named Result

[CL 2510514 by Marc Audy in Main branch]
2015-04-13 13:43:58 -04:00
Maciej Mroz
041f68a52c Struct Box Plugin - first version
- 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]
2015-03-16 16:17:07 -04:00