1#include "Containers/Array.h"
2//Might need this. header file
3
4// Syntax
5TArray<Variable_Type> Variable_Name;
6
7// Example code
8TArray<AActor> Gun;
9
10// For more information vist https://docs.unrealengine.com/en-US/API/Runtime/Core/Containers/TArray/index.html