How do I make a FRawDistributionVector struct?
The variables are not public and there is no constructor. So how am I supposed to create or modify the data in this struct?
Even if it was supposed to be read-only, surely there must be a way to generate a new struct with the values I want, but how?