[FYI] louise.rasmussen,lauren.barnes
#ROBOMERGE-AUTHOR: bob.tellez
#ROBOMERGE-SOURCE: CL 20689308 via CL 20689318 via CL 20689320 via CL 20689326
#ROBOMERGE-BOT: UE5 (Release-Engine-Staging -> Main) (v968-20684695)
[CL 20691531 by bob tellez in ue5-main branch]
It's only safe to init UVToLocal in OnTransformChanged() which is always called immediately after construction.
#preflight 62ab73f4634e82e5d15a7693
[CL 20691365 by Jeremy Moore in ue5-main branch]
Fixed the uplugin descriptor to include the word Panoramic so it returns in search results when searching for panoramic support.
Fixed the Movie Pipeline RenderPass warning about alpha-in-tonemapper even though alpha support is not required to use Panoramic images (and does not support alpha pass through)
Fixed the resulting panoramic image still having blend-weight data in the alpha channel which made pngs semi-transparent.
#jira UE-145692
#rb Max.Chen
#preflight 62ab6d12634e82e5d15257f8
[CL 20690842 by Matt Hoffman in ue5-main branch]
This is a very specific case with the following parameters:
1. Skeletal mesh actor is recorded as a spawnable.
2. Skeletal mesh actor is a child of another actor which is not being recorded (this results in the bones being recorded in world space)
3. Transform track is set to not record.
When this occurs, the transform of the spawnable is doubled up because the root bone is in world space and the spawnable template is also in world space. The fix here is to reset the spawnable template's transform to identity.
#jira UE-155951
#preflight 62ab5a73634e82e5d148fa62
#rb mike.zyracki
#robomerge enginemerge
[CL 20689238 by Max Chen in ue5-main branch]
- Add Metasound editor setting for default input widget type
- Change member default type from bool to float
- Make widgets only available for inputs (no longer for variables)
- Automatically select/focus newly added/promoted nodes
- Selecting a single node selects the corresponding member in the graph member list if applicable
#jira UE-156767
#jira UE-156772
#rb rob.gay
#preflight 62aa1a77da0af39a474e8975
[CL 20688866 by helen yang in ue5-main branch]
- Rebuild libsquish with macosx-version-min=10.15
- Remove duplicate definitions for HTTP status constants
- Use snprintf instead of sprintf in Metal & AGX profilers
- Silence deprecation warnings in ControlRigSpline third-party contrib.
- Disable fatal_warnings linker flag for clang 14 only on Mac (as a temporary workaround) for the linker complaning about not being able to compact unwinding information for particular functions.
#rb adam.kinge, brandon.shaefer, sara.schvartzman
#fyi richard.wallis, jack.porter
#jira none
#rnx
#preflight 62a8f1261f6754ac09c886fb
[CL 20687742 by will damon in ue5-main branch]
- Fixes failed check when copy pasting selection of actors that contain SmartObject actors
#jira none
#rb yohan.stamant
#preflight 62aa32de4a335ad67cbe6be6
#robomerge EngineMerge
[CL 20685632 by Patrick Enfedaque in ue5-main branch]