Hello!
Unreal has the ability to use templates for generating base classes. They are placed in .../Engine/Content/Editor/Templates
. For example ActorClass.h.template
and ActorClass.cpp.template
Searching on docs.unrealengine.com
has no result.
Could you share any doc on all those declarations to write the correct templates?