Projects with "TargetPlatform" set as a dependency cannot be packaged to Windows 64-bit if the project is made using the binary version of the Editor..

UE - Foundation - Core - Apr 10, 2015

Including "TargetPlatform" as a private dependency of a code project created using the binary version of the Engine prevents the Editor from being able to package the project for Win64. Removing the ...

The F10 key doesn't work for stepping blueprint debugging

UE - Gameplay - Blueprint - Mar 24, 2015

The step button claims that it does (and it should). ...

Splitting a struct in an Anim Blueprint does not work

OLD - Anim - Mar 23, 2015

In an Anim BP, splitting the transform structs of a Transform (Modify) Bone node causes the node to be come non functional. Transform components must be combined in order for the node to work. EX ...

FBX from DAZ Studio import with errors since 4.7.0

UE - Editor - Content Pipeline - Import and Export - Mar 17, 2015

Skeletal or Static Meshes exported from DAZ Studio as 2014 FBXs import with errors since 4.7. The same mesh in 4.6.1 imported without perceived errors. [Image Removed] Attached Files: DAZ_Test.fb ...

PostEditChangeProperty has NULL property when moving actor in editor

UE - Gameplay - Mar 17, 2015

When using the transform widget in the editor, the Property value of a PostEditChangeProperty() call will be NULL. The transform widget that is being moved in this case is the widget attached to th ...

OnRep functions do not fire on the client

UE - Networking - Mar 15, 2015

OnRep functions do not fire on the client. Reproduced in 4.7.2 binary and Main (//depot/UE4/Promotable-CL-2478413) ...

Mobile HDR Path doesn't work on GearVR

UE - Platform - XR - Mar 13, 2015

MobileHDR fails on GearVR ...

Undo Delete Subcomponent/Child Actor of Blueprint while Playing Causes Crash

UE - Gameplay - Blueprint - Mar 12, 2015

The title pretty much explains it all. When creating a blueprint and using a subcomponent or child within that blueprint, deleting the child actor, and then undoing while in play, causes crash. ...

GPU particles are not showing on Metal / iOS

UE - Graphics Features - Feb 27, 2015

If you place a GPU particle into your project and deploy to an iOS device that supports metal, the asset will not show correctly on the device. I have attached the assets that were used to this rep ...

Calling StopAnimMontage() on a Character results in all active AnimMontages stopping instead of only the specified one.

OLD - Anim - Feb 24, 2015

In ACharacter::StopAnimMontage(), the call to AnimInstance->Montage_Stop() does not include the parameter identifying which montage needs to stop. It appears that this results in all active AnimMont ...