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 ►