Problem with TArray

Hello everyone!
I got some problem with TArray struct, i created one and want set it in blueprints, then read&use in C++ code.
How can i get from TArray setted data with index in C++?

Try creating BlueprintCallable method that will take object and index and set the array, then you can call the method in the blueprint and give it what it needs. There might be a way to set it directly but using method might be considered safer.

Hope it helps.