In order for other plugins/apps to be able to match UE's avatar color it is necessary to have a easy, portable and simple hashing function.
#rb wouter.burgers, manuel.lang
[CL 35892985 by federico lopez in ue5-main branch]
[FYI] Laura.Hermanns
Original CL Desc
-----------------------------------------------------------------
[Shaders] Set USING_VERTEX_SHADER_LAYER depending on DDPI values not hard coded in shader backend.
This also reverts the DDPI information from CL 35396864, since D3D does in fact support vertex shader layers (except for D3D11.2 or older).
#jira UE-221358
#rnx
#rb Arciel.Rekman
[FYI] Christopher.Waters, Erica.Stella
[CL 35892689 by tiago costa in ue5-main branch]
This also reverts the DDPI information from CL 35396864, since D3D does in fact support vertex shader layers (except for D3D11.2 or older).
#jira UE-221358
#rnx
#rb Arciel.Rekman
[FYI] Christopher.Waters, Erica.Stella
[CL 35880876 by laura hermanns in ue5-main branch]
Added a comment to clarify that TNonRelocatableInlineAllocator is itself non-trivially-relocatable, not that it's for non-trivially-relocatable elements.
#rb devin.doucette
[CL 35869531 by steve robb in ue5-main branch]
[FYI] Jimmy.Andrews
will redo in other stream
Original CL Desc
-----------------------------------------------------------------
new combine mesh interfaces:
+ separate creation of per-part meshes, so per-part approximations can be shared across multiple combine mesh calls
+ split out per-LOD settings of combined meshes to allow more flexbile control of the meshes
#rb David.Hill, Shaun.Kime
[CL 35868104 by jimmy andrews in ue5-main branch]
- Removing more plugins so QAGame runs (except for XAudio which is complicated enough to be in a separate CL)
#rb fabian.giesen
[CL 35866817 by josh adams in ue5-main branch]
Exposes a "Test Tags" field to the Editor UI for Actor objects implementing FunctionalTest, such as BlueprintFunctionalTest and ScreenshotFunctionalTest. This persists user-defined tag data via the asset cache, and supports hot-editing.
#jira UE-213249
#rb jerome.delattre, rob.huyett, sebastian.lewicki
[CL 35829246 by sean sweeney in ue5-main branch]
Also, for the console command text box, there is now a tooltip for the command currently being typed (if it's valid), which also displays the current value for CVars (to avoid typing the variable without parameter, switch to the log window to peak at the current value and back to the console command to enter a new value)
Also added tooltips forcefields for both the edit text box and the suggestion list view
#jira none
#rb Josh.Adams
[CL 35825261 by jonathan bard in ue5-main branch]
- Enable UbaController module and plugin for Mac and Linux.
- Abstracts string literals for UBA as Mac/Linux use ANSICHAR while Windows uses WIDECHAR.
- Fix URL output of Horde lease (remove double slash character).
#jira UE-217573
#rb henrik.karlsson
[CL 35811885 by laura hermanns in ue5-main branch]