Using the MakeEditWidget specifier inside a UPROPERTY macro and creating a blueprint based on the class will show the translation gizmo inside the main editor viewport but the gizmo will not show up ...
Reproduced 3/3 times. Issue also occurs in //UE5/Release-5.0 - CL 20979098 Binary. Confirmed NOT a Regression. Errors:[2022.11.22-18.11.28:472][ 0]LogMetaSound: Error: Target interface is not regi ...
Intel reported GPU crashes on their hardware caused by divergent group barriers in ScreenProbeConvertToIrradianceCS:[numthreads(THREADGROUP_SIZE, THREADGROUP_SIZE, 1)] void ScreenProbeConvertToIrra ...
When I apply the Sequence Camera Shake Pattern to a Sequencer's camera, I get an error when playing it. ...
When creating an anim streamable we immediately fail a check in the compression code in FCompressibleAnimData::FetchData: checkf(AnimSequence, TEXT("Invalid animation sequence while trying to fetc ...
ResolveName will replace the subobject delimiter (colon) with two periods. This increases the length of the string, and can cause asserts due to the string exceeding NAME_SIZE even when the name was ...
Collision boxes become sluggish to move when using higher poly meshes. High poly boxes attached (60 K and 120K tris) Users Video for reference: [Link Removed] ...
If the VisibleAnywhere specifier is use in the UPROPERTY macro of a code based component, changing that component from one type to another (from USphereComponent to UBoxComponent for example) will c ...
When copy/pasting a state network, if any transition has Custom Blend Logic, the Custom Blend Graph becomes read only in the pasted version. ...
Teleporting to the World Location of a Scene Component in a packaged game will crash the game. Teleporting to the Actor Location does not cause this crash. Crash log attached. Nothing is showing up ...