Commit Graph

3 Commits

Author SHA1 Message Date
Michael Schoell
0e318b55ba Can set default values on local function variables.
Details view supports displaying UProperties from external UStruct's that are not a property of a UObject.

#jira UE-2246 - BP: Local function variables need to support default values

[CL 2383580 by Michael Schoell in Main branch]
2014-12-10 10:57:36 -05:00
Ben Marsh
149375b14b Update copyright notices to 2015.
[CL 2379638 by Ben Marsh in Main branch]
2014-12-07 19:09:38 -05:00
Max Preussner
1384fa1a0e Messaging: Various API and stability improvements
#UpgradeNotes:
- UdpMessaging protocol version is now 10 - rebuild all the things!
- IMessageBus::Forward() no longer takes a Scope parameter

Other changes:
- moved message serialization out of Messaging and into transport layer
- replaced legacy json message serializer with Serialization framework
- message serialization now more gracefully handles corrupted/malicious data
- first iteration towards "include what you use"
- moved several inline implementations into .cpp files
- documentation updates

In case of problems due to this changelist, throw your hands in the air and start screaming.

#CodeReview: peter.sauerbrei, justin.sargent

[CL 2340115 by Max Preussner in Main branch]
2014-10-24 14:26:33 -04:00