Petr Leontev
Petr Leontev
What is the resolution? Hitting this issue when using very very basic state... ``` export class MyState extends Schema { @type("number") currentTurn: number; @type("string") winner: string; @type({ map: Player })...
What does `The order of the fields must be the same.` mean in Javascript context?
@endel I am not sure how to repro it. I shuffled the fields again and removed some of the logic from Schema class and the error is gone.. Weird. I...
Network errors? :)
I thought my comment might be useful for your future work. Previously I dealt with partial Vertex & Index buffer uploads in UE4. Apparently UE RHI layer didn't really use...
Hey @kring. Yeah, what I mean is that in case you wanted to partially update vertex/index buffer X in 4.2X, which is created by the engine itself (at PostLoad time),...
Implemented in [RuntimeImageLoader](https://www.unrealengine.com/marketplace/en-US/product/runtime-image-loader)
Implemented in this plugin: https://www.unrealengine.com/marketplace/en-US/product/runtime-image-loader @isyuck @paulgnz @shirkan164 @A8Chann