Functions within timers are not being fired off in widgets when set of the default cursor (Standalone mode)

UE - Editor - UI Systems - Mar 2, 2015

If a user has a custom cursor that uses timers that call a function in 4.7, the functions will not run when that widget is applied as the default mouse via the Edit > Project Settings > User Interfa ...

Blueprint function input default values only a text field

UE - Gameplay - Blueprint - Mar 2, 2015

When you create a new variable you get a useful default value specification option for the given type. However, for a function input the values are just a string which requires knowing the arcane s ...

A function in a Blueprint Function Library that references another function in that library cannot be saved after closing and reopening the project

UE - Gameplay - Blueprint - Mar 1, 2015

A function in a Blueprint Function Library that references another function in that library cannot be saved after closing and reopening the project. The library will save without error until the pro ...

Blueprints with inherited Macros cannot save

UE - Gameplay - Blueprint - Feb 27, 2015

Blueprints with inherited Macros cannot save. Reproduced in 4.7.1 binary and Main (//depot/UE4/Promotable-CL-2455917) ...

Preview Asset Menu for socket includes incompatible items

UE - Gameplay - Player Movement - Feb 27, 2015

When clicking RMB to "Add Preview Asset," The menu shows all contents, even assets that will not work with socket (ie other character blueprints) ...

Learning button automatically opens tutorials when selecting disable

Docs - Feb 27, 2015

When you first open UE4, the learning center that's highlighted in green pops open a documentation page once you right-click to disable the notifications from this section. ...

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 ...

SimpleParallel BT composite doesn't work when no background task is present

UE - AI - Feb 27, 2015

Obviously this is not an encouraged SimpleParallel's use case, but it should not be broken (unless we spit out a big error message). Needs investigation. ...

TArray<UClass*> in UFunctions are not handled correctly in generated code

UE - Foundation - Core - Feb 27, 2015

Reported on AnswerHub, but confirmed locally. Generated code converts the TArray<UClass*> into a TArray<TSubclassOf<UObject>>, which doesn't compile because TArrays are not compatible in that way. ...

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 ...