Hi there
My Goal is to make a test plugin which can get a FText and a UTextBlock as arguments and set the text to the text block.
Before bringing a UTextBlock as argument, everything goes well, but after that, compiler gives me some wired errors.
Here is my .h file:
And here is my .cpp file:
Here is compiler errors:
Thanks