![c++ containers and ue4 tutorial](https://www.parallelcube.com/web/wp-content/uploads/2017/10/ccontainers-700x400.png)
With the version 4.17 of UE4 we can use 3 types of containers with blueprints: TArray, TSet and TMap. Each of them correspond to c++ vector, set and map respectively.
In this tutorial we will explain how to add other c++ containers for using it with blueprints.
Continue reading ►