Is there a reason you want to use STL with UE4?
UE4 has their own containers and other features provided by STL.
TArray is UE4s std::vector.
Is there a reason you want to use STL with UE4?
UE4 has their own containers and other features provided by STL.
TArray is UE4s std::vector.