Files
UnrealEngineUWP/Engine/Plugins/Experimental/StructBox/StructBox.uplugin
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

21 lines
404 B
Plaintext

{
"FileVersion" : 3,
"FriendlyName" : "StructBox",
"Version" : 1,
"VersionName" : "1.0",
"CreatedBy" : "Epic Games, Inc.",
"CreatedByURL" : "http://epicgames.com",
"EngineVersion" : "4.8.0",
"Description" : "Adds new struct type, that can contain any other struct",
"Category" : "Blueprint",
"IsBetaVersion" : true,
"Modules" :
[
{
"Name" : "StructBox",
"Type" : "Runtime"
}
]
}