Creating C++ Dynamic Curves

Hi.

I’m trying to rotate a BP player using a BP timeline, whose curve I want to initialize and fill in pure code, dynamically. I mean - making the curve, filling the keys, attaching to the BP timeline and run.

I am lost in the code part. I’d appreciate some sample code.

Thanks!

Look for FTimeLine Class, that’s the one you are looking for.