Level Sequence variable?

Hi!

So I’m trying to convert this structure to C++, just for the sake of learning, but I got stuck on the last member. I’m not sure what type of variable I should be looking for… Tried searching for ULevelSequence but nothing showed up (I’ve already included “Runtime/LevelSequence/Public/LevelSequence.h” and added LevelSequence module).

Apologies for the noobish question. I have previous experience with BP and C# programming, but I’m still quite lost when it comes to C++.

Thanks in advance!

Never mind, I figured it out. This is what I was looking for, in case someone else needs it:

UPROPERTY(EditAnywhere, ...etc)
	class UMovieSceneSequence* Sequence;