If you run with -rdgimmediate -onethread you can get the callstack that indicates that MRQ is still attempting to allocate the full sized texture and not the individual tile size. ...
The issue appears to be the type of the input pin on the custom event(or function - both behave the same), under normal circumstances it should allow you to pick the enum from a list on the calling ...
Reproduced 3/3 times. Issue does not occur in //UE4/Release-4.27, so Confirmed Regression. ...
The character blueprint is in Content/Sarlack/Characters/SC_BaseCharacter.uasset. This blueprint is a child of a C++ file. Note from the person who sent me the project: "The skeletal meshes I am us ...
We changed the IP address serialization format without bumping the LAN beacon packet version. Should just need to bump it up. ...
Also tried it out by replicating the setup in an Actor blueprint with the same result. ...
The logic to check the version number of Adreno devices does not work if there are letters in the version (like Adreno 642L). ...