Calling SetActorLabel in construction script will cause a crash. Also occurring in Main @ CL 4235929 ...
In PC ,RHICreateTargetableShaderResource2D will create SeparateTarget and ShaderResource, and after basepass resolve depth from TargetableTexture to ShaderResourceTexture. But in mobile preview, ...
The reason is simple, the actor names is not the same as the metadata name: [Image Removed] ...
This does not occur except for Camera actors. ...
Setting r.MaxAnisotropy by console in editor has no effect on texture sampler's MaxAnisotropy. If the startup value of r.MaxAnisotropy is 8, then the MaxAnisotropy is always 8 no matter how r.MaxA ...
Looks like this was introduced as part of PR#5337 [Link Removed]. It forces bProcessFeedback to always be true regardless of the paused state. ...