Opening the engine crashes: Assert failed: GConfig->GetInt

UE - Graphics Features - Feb 26, 2015

Assertion failed: GConfig->GetInt(TEXT("TextureStreaming"), TEXT("MinTextureResidentMipCount"), MinTextureResidentMipCount, GEngineIni) [Link Removed] [Line: 346] CrashReport: [Link Removed] This ...

Hot Reload crash with Scene Component tied to Actor class

UE - Foundation - Core - Feb 19, 2015

After creating a Scene Component code class and an Actor code class, creating a reference to the SceneComponent in the Actor class constructor will cause a crash on hot reload in the editor. ...

Crash in FLandscapeComponentSceneProxy::GetStaticBatchElementVisibility with tiny component size

UE - LD & Modeling - Terrain - Landscape - Feb 27, 2015

Loading a level with a landscape with a 7x7 component size and 2x2 subsections can crash when texture streaming is enabled ...

Cross Product Node labeled "Cross_VectorVector" instead of "X"

UE - Gameplay - Blueprint - Feb 24, 2015

The Cross Product Blueprint Node is now labeled Cross_VectorVector taking up more space as a node than the previous "X" Also reproduced on Main Promotable-CL-2455917 ...

Synced BB keys doesn't work

UE - AI - Feb 26, 2015

It seems there's a bug that in some circumstances AI's BlackboardComponent doesn't get registered for synced keys updates. After a short investigation it turns out that some code got stomped and BB ...

Color bubble has no effect in an Event Graph

UE - Gameplay - Blueprint - Feb 24, 2015

If you add a comment to an Event graph Blueprint and change the comment color, the bubble should not change colors unless the Color Bubble detail is checked. I have included photos to better show ...

TargetArray nodes are reported as invalid if played in Standalone mode but not in PIE

UE - Gameplay - Blueprint - Feb 20, 2015

TargetArray nodes are reported as invalid if played in Standalone mode and the blueprints they are contained in are not rendered. Playing in PIE however works correctly and all blueprints are rende ...

Overriding functions from a parent class then creating a child class creates two copies of the function in the child class.

UE - Gameplay - Blueprint - Jan 14, 2015

When a child blueprint is created from a child of another blueprint that has overridden a function of the original parent blueprint, the child of the child will have two copies of the function. ...

Comparing BB entries doesn't work

UE - AI - Feb 25, 2015

UBlackboardComponent::CompareKeyValues contains a bug and instead of using KeyType's default class object it uses UBlackboardKeyType's which results in comparison of memory addresses. This obviously ...

Creating an exposed variable does not always update correctly to the bp's Details panel

UE - Gameplay - Blueprint - Feb 20, 2015

Creating an exposed variable does not always update correctly to the bp's Details panel. They will show as having multiple values until the bp is clicked off and back onto. ...