Hello. Thanks for this.
I tried for half a day to make this able to show content of a TArray of structs.
TArray of pointers, works and shows the content of the first pointer.
But trying to display the struct will fail, unless the struct begins with a pointer, which then will show the content of that single pointer and not the full struct.
Hello. Thanks for this.
I tried for half a day to make this able to show content of a TArray of structs.
TArray of pointers, works and shows the content of the first pointer.
But trying to display the struct will fail, unless the struct begins with a pointer, which then will show the content of that single pointer and not the full struct.