Changing Blueprint Interface's Const Status Doesn't Update Blueprints its Already Implemented In

UE - Gameplay - Blueprint - Nov 8, 2016

Implementing an interface that contains const functions and later attempting to change these functions to be non-const does not update the status of the functions inside of the actor they are implem ...

Buffer Overrun with GPUSkinCache

UE - Graphics Features - Nov 7, 2016

In GPUSkinCache, based on the conditional expression:if (CacheCurrentFloatOffset + NumRWFloats > (uint32)GGPUSkinCacheBufferSize) { // Can't fit this INC_DWORD_STAT(STAT_GPUSkinCache_SkippedFo ...

Ensure When Pasting Timeline Node that was Previously Connected to a Node into a Function

UE - Gameplay - Blueprint - Nov 4, 2016

An ensure is occurring when pasting a timeline that was once connected to a node into a function in blueprint. Regression: No, this also occurs in 4.12.5. ...

Crash when destroying a Widget Component during the OnAnimationFinished delegate of it's UserWidget

UE - Editor - UI Systems - Nov 4, 2016

UserWidget animations will be ticked as part of the WidgetComponent's DrawWidgetToRenderTarget(). This will lead to a crash when we attempt to set the LastWidgetRenderTime to GetWorld()->TimeSeconds ...

FBX sockets (that are parented to a mesh) import rotated when using axis conversion

UE - Editor - Content Pipeline - Import and Export - Nov 4, 2016

If you have socket locators parented to the mesh in Maya and you have a Y-Up environment, the sockets will import to UE4 with an incorrect orientation. See attached images. ...

Events Still Firing After Stopping Blueprint After Hitting Breakpoint

UE - Gameplay - Blueprint - Nov 4, 2016

After hitting a breakpoint and then stopping the execution of a blueprint using the Stop button, the next event is still being fired. Found in 4.13.2, reproduced in 4.12.5 and 4.14 Preview 2. ...

Missing check for nullptr in Linker.cpp

UE - Foundation - Core - Nov 3, 2016

At line 610 in Linker.cpp, the following declaration is made:UPackage* FilenamePkg = (ExistingPackage ? ExistingPackage : CreatePackage(nullptr, *PackageNameToCreate)); if (FilenamePkg != Exis ...

Unnecessary extra condition check in PropertyStruct.cpp

UE - Foundation - Core - Nov 3, 2016

On line 300 of PropertyStruct.cpp, there is the following if check:if ((Struct->StructFlags & STRUCT_SerializeFromMismatchedTag) && (Tag.Type != NAME_StructProperty || (Tag.StructName != Struct->Get ...

Irrelevant If Else call in ScriptCore.cpp

UE - Gameplay - Blueprint - Nov 3, 2016

On line #1301 in ScriptCore.cpp, there is the following if statement:if (Function->FunctionFlags & FUNC_Native) { Function->Invoke(this, NewStack, ReturnValueAdress); } else { Fu ...

[CrashReport] UE4Editor_CoreUObject!FWeakObjectPtr::operator=() [weakobjectptr.cpp:28]

UE - Anim - Sequencer - Nov 3, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Access violation - code c0000005 (first/second chance not available) Source C ...