REGRESSION: In 4.24, there was a fixup process that would allow the soft reference to remain valid. This seems to be missing in 4.25 Moving an actor to another sublevel immediately breaks soft ref ...
This only happens on a 5700XT, tested this on the 7900XT and the issue did not occur Initially reported on the Preview 1 forums: https://forums.unrealengine.com/t/unreal-engine-5-4-preview/1763516 ...
Context Blueprint actors placed on the map can bind to another actor's event. If an ActorB has a reference to ActorA, it can bind to an event dispatcher in A by creating an event node in ActorB's e ...
Activating and Deactivating Cloth Paint marks the skeletal mesh as dirty, even if no values were painted and there is no transaction in the Undo History. Painting Max Distance values from non-zero ...
Consider a C++ struct containing an FText. Now consider a used-defined BP structure containing that C++ struct. When cooking an asset that references such a user-defined BP structure, the following ...
When an actor with geometry collection is destroyed, the engine doesn't remove elements from array in the ChaosSolver So illegal references occurs. Removing element with following quick fix code ...
Blueprint functions appear to correctly associate local variables when renaming the function. However when undoing a rename with ctrl-z the local variables appear to lose their association. Redoing ...
When you remove an axis mapping using a specific key it will remove all mappings even if they have separate scales. The user found a fix that I verified that worked. In "InputSettings.cpp", which i ...
This issue is not a regression, it has been broken since the start of UE4. This bug may be related to [Link Removed] . Per licensee: We are trying to replace certain materials with material instan ...
Trackpad Values return 0 Additionally: I also observed that the Go's trigger is registering as Trigger MotionController (R) Facebutton 1 and that previously there were MotionController (R) Thumb ...