Adds support for static array properties - get as a list including null values, set as a sequence that's shorter than or equal to the array length (errors if longer).
Adds an optional IncludeSubclasses argument to unrealsdk.FindAll().
Fixes C2102/C4238, allowing actually compiling in conformance mode again.
As well as a few other small misc tweaks.
Adds support for static array properties - get as a list including null values, set as a sequence that's shorter than or equal to the array length (errors if longer). Adds an optional
IncludeSubclasses
argument tounrealsdk.FindAll()
. Fixes C2102/C4238, allowing actually compiling in conformance mode again.