[Bug] 4.7.0 preview 5: Cannot add events for the main component of the SkeletalMeshActor

UE - Gameplay - Blueprint - Feb 9, 2015

In UE4.7 Preview 5, cannot add events for the main component of the SkeletalMeshActor. (see screenshot.) ...

This project crashes when opening most maps after converting to 4.7 Preview 5

UE - Gameplay - Blueprint - Feb 4, 2015

This project crashes when opening most maps after converting to 4.7 Preview 5. Also crashes after converting to 4.8 Main (tested in //depot/UE4/Promotable-CL-2429371). Crash log attached. Crash R ...

FBX from DAZ Studio import with errors since 4.7.0

UE - Editor - Content Pipeline - Import and Export - Mar 17, 2015

Skeletal or Static Meshes exported from DAZ Studio as 2014 FBXs import with errors since 4.7. The same mesh in 4.6.1 imported without perceived errors. [Image Removed] Attached Files: DAZ_Test.fb ...

Trying to set/change an element of a fixed-size TAssetPtr array in the Editor results in a crash.

UE - Foundation - Core - Dec 9, 2016

Trying to set the value of an element of a fixed-size TAssetPtr array in the Editor results in the Editor crashing. This did not occur in 4.13. The attached callstack is from debugging the project ...

Runtime Errors appearing in Sequencer if fixed frame rate is set in projects settings

UE - Anim - Sequencer - Apr 12, 2019

This ensure happens only when the Start and End of the sequence is set in the "neigborhood" of the keyframe and only if the project framerate is to be Fixed on 60FPS. If you for example play the who ...

Objects with physics enabled do not show up in 4.7 preview 2 (when upgraded form 4.6)

UE - Gameplay - Jan 12, 2015

After upgrading from 4.6 to 4.7 preview 2 objects that are set to simulate physics will not show up if the user uses the mobile preview. ...

Upgrading a project from 4.7 to 4.8 will cause the character to load before the level in a packaged game

UE - Gameplay - Jun 22, 2015

After updating a project from 4.7 to 4.8 the character will be loaded first when the project has been packaged out. ...

Null Redirector For Main Game Level Is Packaged Without Error After Fixing Redirector

Tools - Feb 24, 2020

After moving a level into a folder and fixing the redirectors (right click in content browser) the project will package a Null reference without throwing an error. This will let you create a project ...

Multiple Blueprint compilation passes required to fix up event binding to dispatcher after event rename

UE - Gameplay - Blueprint Compiler - Nov 30, 2021

Renaming a custom event bound to an event dispatcher via a Create Event node requires two compilation passes to fix up the binding.  upd. Regression was checked on //UE4/Release-4.26 CL 15973114, i ...

4.7 Regression: Character::OnJumped_Implementation() not virtual and will skip user implementation or fail to compile

UE - Gameplay - Feb 25, 2015

Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...