Blueprint Library plugin set to 'Runtime' doesn't work in Standalone/packaged builds if used inside of the 1st Person Character BP

UE - Foundation - Cpp Tools - UnrealBuildTool - Nov 18, 2016

Blueprint Library plugin set to 'Runtime' doesn't work in Standalone/packaged builds if used inside of the 1st Person Character BP. User Description: Blueprint libraries are still broken in the fi ...

Destructible attached with a Physics Constraint ignores Start Awake on play

UE - Simulation - Physics - Destruction - Jul 26, 2016

Destructible attached with a Physics Constraint ignores Start Awake on play The Destructible component is set to simulate physics, but on play physics is not simulated unless the destructible is to ...

[CrashReport] UE4Editor_Landscape!FLandscapeComponentSceneProxy::DrawStaticElements() [landscaperender.cpp:1631]

UE - LD & Modeling - Terrain - Landscape - Nov 5, 2018

User comments in crash group:Enabled Flat Tesselation on a Terrain Material.I saved the material. 1628 if (HasTessellationEnabled) 1629 { 1630 ***** UMaterialInstance* NonTess ...

"Out of video memory" crash when attempting to save many assets with source control enabled

UE - Graphics Features - Sep 25, 2020

This will only repro when connected to source control ...

When IOStore is enabled, -createchunkinstall separates out chunk-non-0 pak files but not utoc/ucas files

UE - Foundation - Core - Cooker - Dec 12, 2022

The -createchunkinstall option is used to separate out chunk>0 CDN/patch data from the main packaged app, but when using it with the IOStore enabled, only the pak files are separated out but not the ...

CSM shadow casters falsely culled due to incorrect primitive octree test

UE - Graphics Features - Shadows - Sep 13, 2024

While setting up whole scene shadows, CasterOuterFrustum is used to cull shadow casters from PrimitiveOctree. CasterOuterFrustum doesn't extend far back enough, which means that if an octree node fi ...

Android sessions do not appear in Session Frontend

UE - Platform - Mobile - Aug 29, 2016

Code function with delay enters a loop when called from BPs

UE - Gameplay - Blueprint - Oct 19, 2015

If a code function is written with a delay that doesn't take any arguments, calling the function from blueprints causes the blueprint to get stuck in a loop and not continue to the next BP node. ...

Modifying ShooterGame header file for faster compiling causes crash behavior.

UE - Foundation - Core - Jan 11, 2019

Using bFasterWithoutUnity and MinFilesUsingPrecompiledHeaderOverride, on ShooterGame.Build.Cs results in Engine crash. ...

Using "Play Animation" node, if current animation has a looping timed particle it will continue playing

OLD - Anim - Jun 24, 2016

Calling "Play Animation", if current animation has a looping timed particle it will continue playing ...