Hi,
I’m trying to include “RawMesh.h” but it gives error on include, but I don’t understand the reason.
So I put all path ( #include “Developer/RawMesh/Public/RawMesh.h”).
this seams working partially I can create FRrawMesh variables, but when I try to access RawMeshBulkData it gives me only two options out of many [here][1] the doc.
it also give me some type-error which I don’t fully understand.
Hello,
I actually followed that page to do what I have so far if you notice the last comment in the right answer is me asking for a similar problem, but because is a quite old thread I wasn’t sure if I would get an answer.
So I already done the step you suggested, is already few days that I try to look for a reason why wouldn’t work, I’m quite a noob in c++.
So is there anything that it comes to your mind that I could check?