PerInstanceSMCustomData is bulk serialized and doesn't get changed on the BP instance when changing NumCustomDataFloats, possibly causing out of bounds array access leading to a crash. Possible sol ...
While not a major issue in and of itself, this can cause considerable headaches for materials where sampler counts in 5.1 were at 15/16 or 16/16 and when upgrading to 5.2 are now exceeding the built ...
The user has a proposed fix for this in the case. FMaterialResource::IsDualBlendingEnabled needs the following modification that includes MaterialInstance check: bool bMaterialRequestsDualSourceBle ...
When switching the Camera's Exposure Metering Mode from Histogram to Manual, there is a single-frame flash. The Licensee has a proposed code change that would fix this issue. Also found in 5.4, CL 3 ...
FGeometryCacheStreamingManager::RemoveGeometryCache calls FlushRenderingCommands which shows up as a hitch when profiling. [Link Removed] Ideally the flush added in CL#23782411 to fix a rare deadl ...
Using Execute Console Command nodes to record and play back a demo is causing a crash in standalone. Using the console commands themselves does not seem to cause the same crash to occur. ...
A licensee has found that redirectors don't apply to FFieldPath. We should integrate it with the following changes:It needs better error handling (looks like it could infinitely recurse),The change ...
A crash occurs when setting the WorldGridMaterial from the Engine Content to the Unlit Shading Model and pressing apply. ...
When looking into the bd_hud_scoring and bd_rules_maze blueprints in the users project (Provided below), there are nodes that are throwing errors. If you press compile, the errors go away and the co ...
The licensee shared information that a Null check on the following Actor can be used as a workaround. static TArray<UActorComponent*> GatherHLODRelevantComponents(const TArray<AActor*>& InSourceAct ...