ClassPaths are stored in FBlueprintTags::GeneratedClassPath, FBlueprintTags::ParentClassPath, FBlueprintTags::NativeParentClassPath, and are read by many locations in editor code. But these location ...
[Link Removed]This issue occurs only when I have a lot of RDLs (I tested 2500 and 1600). I tested with 6 RDLs and had no issuesI also noticed in the server log an error when a lot of RDLs are presen ...
In AbilitySystemComponent_Abilities.cpp, the check for the client being on a different section on line 3059 checks that the RepNextSectionID is not the current section. One would assume this is beca ...
We have various casts across the engine on the scene, which fail to cast when the scene is a null scene. FScene* Scene = (FScene*)(World->Scene); Scene->UpdateEarlyZPassMode(); We shoul ...
The gameplay cue may work fine the first time. If this is the case, then relaunch the editor. It should then be broken, as the tag is no longer loaded after its creation. ...
Potentially related to [Link Removed], but distinct. ...
Workaround 1: 1. Change HierarchicalInstancedStaticMesh.cpp in either of the following ways:void{{ FHierarchicalStaticMeshSceneProxy::GetDynamicMeshElements(const TArray<const FSceneView*>& Views, c ...
It looks like the SSAO shader does not clamp its sample space to the half view size for the two inputs "Ambient Occlusion" and "AmbientOcclusionSetup", leading to invalid data entering the edge of f ...
It seems that local variable creation in control rig isn't following the pattern with regular control rig variables (and general blueprint variables) where the last created and/or edited variable ty ...