How can I make a target point array in C++?

Hey, I believe its something like this

TArray<ATargetPoint*> TargetPoints;

The specific include for them is :

#include "Runtime/Engine/Classes/Engine/TargetPoint.h"