In this video, I show a basic timeline created in Blueprint, and compare it to the same functionality created in C++. (Spoiler: C++ is 5x faster).
Then I show how to nativize a timeline by creating an actor with the same functionality in C++.
Timestamps:
00:00 - Intro
00:30 - BP Version
02:16 - Profiling
03:37 - Making a C++ version.