Audio/Video Devices are no longer accessible via Media Player on Mac. User info: "We think it is connected to camera and microphone privacy. We have got a crash trying to access to camera from cust ...
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 ...
The tangent of the blendshape curve seam to have the wrong scale (but correct direction) from this UDN. https://udn.unrealengine.com/s/question/0D54z000079J03OCAS/skip-compressing-anims-and-buildin ...
USplineComponent::CalcBounds is not defined in shipping builds (presumably the thought being that nothing can be rendered in shipping, and hence no scene capture required). But if CalcBounds is use ...
When editing a Packed Level Actor (PLA) that is inside another PLA, z-fighting or mesh disappearance will occur. More specifically, it is seen when duplicating a mesh inside the PLA, upon saving the P ...
https://udn.unrealengine.com/questions/305453/skylight-makes-our-level-entire-green.html Licensee was seeing this only on this device: SM-G906S Android 5.0.1 Adding glFlush call in CaptureSceneToS ...
Disabling the Editor Sounds under Editor Preferences->Level Editor->Miscellaneous->Sound->Enable Editor Sounds doesn't stop the Compile sound from playing when you click the Compile button in the ed ...
When FAssetRegistry::SaveRegistryData() is invoked for a umap redirector it will fail the check check(!bIsMap || (InDependencyType == EAssetRegistryDependencyType::Soft)); Because the redirector ...
Blueprint becomes dirty after play with Key get display name is in the script. This issue occurs even in setups where that specific node in the event graph, not necessarily attached to anything. The ...
A customer has had problems running a game with a splash screen when passing -game flag to the editor. UpdateSpashScreen will call GetCurrentFrame, which can return a nullptr but fails to verify it ...