Blueprint derived from C++ class not saving correctly

UE - Gameplay - Blueprint - Jul 27, 2015

The blueprint that the user is using loses some data when the editor closes and reopens despite saving all of the content. Note: Currently unsure of what exactly causes this but as I am able to rep ...

Setting Physics Blend Weight to anything between 0 and 1 causes erratic behavior

UE - Simulation - Physics - Jul 27, 2015

If the user simulates all bodies, and then sets the physics blend weight to a decimal value between 0 and 1, the skeletal meshes will spin out of control. This doesn't happen if the physics blend w ...

FBXImportAsset Data is lost on project restart when changing any Build Settings

UE - Editor - Content Pipeline - Import and Export - Jul 27, 2015

After importing a Static Mesh, if you alter any build settings and apply changes, on the next opening of the Project you will not be able to reimport the asset changed. You will have to retarget th ...

MakeEditWidget specifier does not create edit gizmo in blueprint editor

UE - Gameplay - Blueprint - Jul 27, 2015

Using the MakeEditWidget specifier inside a UPROPERTY macro and creating a blueprint based on the class will show the translation gizmo inside the main editor viewport but the gizmo will not show up ...

Crash on Adding Texture Samples with modified BasePassPixelShader.usf

UE - Graphics Features - Jul 27, 2015

In 4.8.2 QA Build - Making the changes to BasePassPixelShader.usf listed below, adding two texture samples and then using the Preview Arrow toggle on the add node will hard crash the CPU, requiring ...

MultiplayerShootout Main Menu Bug

Docs - Samples - Jul 27, 2015

Download and run the MultiplayerShootout project. Play in editor. Press q to get to the options menu and select leave game. Observe the black screen in the editor viewport. Also notice the stop and ...

Breakpoints in default Pawn class are not triggered in Debug mode

UE - Foundation - Core - Jul 27, 2015

When running the editor through VS debug mode, any breakpoint that is set in the class used as the Default pawn class in world settings will be ignored when playing in editor ...

Auto Importing Multiple FBX do not respect Import All

UE - Editor - Content Pipeline - Import and Export - Jul 27, 2015

Using the Auto Importing Feature in the engine, when you initially place or update multiple FBX files in the Content Directories, you cannot set values and use the Import All Button. You will have ...

Editor gets stuck "Updating file(s) source control status" when importing multiple FBX files with Git source control

If a user attempts to import multiple FBX files into a project that is set up with Git source control, the message "Updating file(s) source control status..." will appear and stay on the surface ind ...

Cannot bind event dispatchers between two blueprints that share a parent class

UE - Gameplay - Blueprint - Jul 23, 2015

Cannot bind event dispatchers between two blueprints that share a parent class. This issue also occurs if you use the parent as a variable in the child. The bind event dispatcher seems to only take ...