You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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]