When a project is first created following the Setting up UE4 to work with SteamVR docs, the Vive camera works correctly and will display at the correct height. However, if at any point during develo ...
Crash on play if a BP manipulates a InstancedStaticMeshComponent by using a ClearInstances node followed by an AddInstance node. This is a blocker for the licensee. This is a regression: Working ...
Crash in FUniformExpressionSet::FillUniformBuffer trying access deleted UTextureCollection (Experimental in 5.6). The licensee describes their crash, their analysis, and a proposed fix: This crash ...
When testing with a simple setup, as follows: MySceneComponent has a UProperty(VisibleAnywhere, BlueprintReadOnly) of a USphereComponent pointer, initiated in the Constructor AMyActor has a UProper ...
It would seem that updating a material does not update the associated platform stats in a material instance editor, only the parameters. Can workaround by manually invoking shader compile in the ma ...
This is from a UDN post. Several gameplay functions, such as level streaming and SoftObjectPtr resolution, depend on the GPlayInEditorID being set when that code is executed in PIE in the editor. T ...
In the Blueprint Editor, Primitive Components can be configured to respond to Lighting Channels 0, 1, and/or 2. However, if channel 0 is disabled (even with another one enabled), the Preview Actor's ...
User reports that the bug was initially discovered in 4.18 and then reproduced in 4.16 project (attached). Per User: For some reason when exporting this emitter to any other system bugs out. When ...
If you package with Runtime Generation set to Dynamic and then switch to Static and attempt to repackage, the packaging will fail with the following error message.[2016.02.08-16.18.14:511][217]MainF ...
When adding a new C++ class to a project via the editor's interface, Visual Studio is opened but it ends up opening more than is necessary. Firstly, Visual Studio is opened without focus on the two ...