user30550
0
Q:

tarray ue4 c++

TArray<int32> IntArray;
2
#include "Containers/Array.h"
//Might need this. header file

// Syntax
TArray<Variable_Type> Variable_Name;

// Example code
TArray<AActor> Gun;

// For more information vist https://docs.unrealengine.com/en-US/API/Runtime/Core/Containers/TArray/index.html
1

New to Communities?

Join the community