Hi,
I want to convert a struct object to an UObject, so I can use it in Blueprint and also use the garbage collector. However, one of the struct properties is a void* buffer and the type is unrecognised.
Is there a possibility to use buffers in Blueprint or should I encapsulate my buffer in a new UObject?