Undo after disconnecting a target pin will cause a series of internal compile errors User Description: I've run into what I think is a bug when attempting to compile a blueprint after mistakenly b ...
The AND node always calculates all inputs, even if the first input fails as False. Probably related to [Link Removed] (currently unresolved, but a Select node-specific fix is mentioned in the comme ...
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 ...
Using Object Scale in your material with an Instanced Static Mesh does not change the color of the material if you scale the individual instances of the Instanced Static Mesh component. If you scal ...
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 ...
Focus mode in the Editor does not handle Actors without PrimitiveComponent correctly, treating them as if they were at the origin (0,0,0), skewing the camera placement. Some Actors like the WorldDat ...
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 ...
A particle emitter with GPU sprites on certain settings will shake violently as they collide with the ground. This requires there to be a strong Const Acceleration module and Collision with low resi ...