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

I would like to make a target point array and attach it to C++ third person character. 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"

Thank you so much!