Noob question about how to find which header to include

Hello, I’ve just started learning how to use C++ in UE4 and I’m already having trouble finding which header to include when using UPaperFlipbookComponent. I’ve looked at the documentation (here: https://docs.unrealengine.com/latest/INT/API/Plugins/Paper2D/UPaperFlipbook/index.html) but I couldn’t find what I was looking for :confused:

Well… used to be that on the class page it’d list the header but it looks like they recently removed that.

Engine\Plugins\2D\Paper2D\Source\Paper2D\Classes

That’s where you can find the include for the PaperFlipbookComponent.

I didn’t realise that I could look in VS2017’s solution explorer… Thanks a lot!

No problem!