C++ List in ue4

Hey,

I’m curious if there is any special ue4 List I should use for my project (TList?), because it seems like the normal c++ vector doesn’t work.

You most likely want TArray.

1 Like

thanks! TArray works perfectly!