"Clothing" options do not appear after importing an apx made with the 3.4 plugin Regression: Sort of. 4.14 now uses the 3.4 version of PhysX and this only appears to happen with apx files exporte ...
In 4.15 When you update the transform of an instance static mesh a second time the editor does not update the location, to get the update to display correctly you must close and re-open the blueprin ...
Making a blueprint variable a container (a Set or a Map with the Variable's "Pin Type" set to a custom Enum) and restarting the editor causes the editor to crash when opening the blueprint. Note: O ...
When a sphere trace extends from an actor, if the sphere radius is large enough and/or the actor is close enough to one of the actors hit by the sphere, the reported hit location will be the same as ...
We auto-create a PixelStreamingInputComponent which handles the input coming from JavaScript's emitUIInteraction. This works in a UE4 app with a single level, but it seems that if you change levels ...
Here's a sample blueprint [Image Removed] The lack of implementation FCustomThunkTemplates::SetMapPropertyByName causes this error.#include "Kismet/BlueprintMapLibrary.h"// The fix needs this head ...
Discovered during investigation of [Link Removed]. This is happening because we are not filtering out private parent functions in SMyBlueprint::BuildOverridableFunctionsMenu. With any fix that is ...
UMovieSceneTrackInstance::GetWorld() returns nullptr on Editor, so user can't use any function using WorldContext and Subsystem. The following code change may fix this issue UWorld* UMovieSceneTra ...
Changes to the hit test grid of an invalidation panel while caching is disabled won't be respected when caching is reenabled. This can cause interactive widgets such as buttons who were set to colla ...
This question was created in reference to: [Link Removed] Last post fixed the import crash, but it seems it added another. If we hit Execute button twice in a row by mistake we get a crash with th ...