3Ducttapes(); Yvo von Berg | CG Toolsmith blog | C++, Python

Tycoon C++ Pillars + animation test

  • Just ported Tycoon to Unreal 4.21.2 and I’m using Visual Studio 2017 now. Had to manually change the include path to pick up the project files for Unreal, added the following lines: ..\Build\Win64\UE4Editor\Inc\UE4Editor ..\Build\Win64\UE4Editor\Inc<ModuleName>

  • Added another test for the pillar system. I’m using the first two points of the bounding box to place the pillars. I duplicate these components until it hits the ground level.

  • Generated reference transforms / locators on the track, I can use these to control the animation later.

  • First super quick animation test on the track. :)