When creating an Editor Utility Blueprint derived from "Asset Action Utility", UE allows the user to override function "IsActionForBlueprints". When it returns true, the "Supported Classes" setting ...
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 user reported an issue resulting in a crash with callstack pasted below. After a brief investigation I've found that user was able to successfully compile a blueprint where a function taking an ...
User report: With 4.15 using only auto generated LOD's static mesh LOD levels can't share computed lightmaps anymore. This cause severe memory increase and it's making lightmass build times way slow ...
it is possible to connect two incompatible types to an Array Blueprint function node by connecting the Item pin first. The type of Array function nodes is determined by the first thing connected t ...
USplineMeshComponent::CalcBounds function should be returning an FBoxSphereBounds type, but in the implementation it instead outputs an FBox. This may result in the returning of invalid results, esp ...
Basically, the problem is that the Main Thread is able to run AActor::Tick() (including Blueprint Tick Events) at the same time that the animation system is running functions such as UAnimInstance:: ...
From Licensee: The bug comes from the call of the function `FoliagePartitioningUtils::Update` in the method `AInstancedFoliageActor::MoveInstancesForMovedComponent`. When the function `FoliageParti ...
Re-parenting blueprint actors do not lose interfaces associated with their previous parent blueprint. Interfaces and interface functions can no longer be deleted from the re-parented actor. ...
If you disable Support PointLightWholeSceneShadows and try to place a point light in a level the editor will crash. Current work around is put shadows to low from engine scalability settings. Wor ...