A bunch of bug fixes & a few new features!
-
Added errors which are returned by the
Blueprint.matchmethod via aBlueprintMatchobject. This will help greatly for finding why certain values didn't match up to theBlueprint. -
Added
boolparameter set type. This should have been implemented at launch. -
Added
stepbase parameter. This lets you ensure the value size/length is a multiple of some number. -
Added base class reference for
typeparameter. So now you can ensure the value is of a certain class. -
Fixed "optional" parameter in parameter sets not working properly.
-
Fixed various bugs with matching
ints &floats, and when validating them in Blueprints. -
Fixed various mistakes in documentation & examples.
-
Other changes... View commit descriptions for more details.