Files
UnrealEngineUWP/Engine/Source/Editor/GameProjectGeneration
Ben Marsh a48256099d [INTEGRATE] Change 2417468 by Mike.Fricker@MFRICKER_G3686_Alpha on 2015/01/23 18:23:34
New C++ code templates for Actor and ActorComponents
	- When using "Add C++ Code" in the editor, you'll now get nice starter classes for common class types
	- Classes that inherit from Actor will get a constructor, BeginPlay, and Tick (and will tick by default)
	- Classes inheriting from ActorComponent will get a constructor, InitializeComponent and TickComponent (and will tick by default)

	More improvements coming soon...

	#codereview matt.kuhlenschmidt, james.golding

[CL 2419674 by Ben Marsh in Main branch]
2015-01-26 20:01:46 -05:00
..