DrawScale = Landscape->GetRootComponent()->GetRelativeScale3D(); ↓ DrawScale = Landscape->GetActorScale3D(); Changing as above will solve the problem. Output log displays this warning: LogPhysic ...
Using old behavior by applying true to NMakeUseOemCodePage property solves this issue. in VCProject.cs// Project globals (project GUID, project type, SCC bindings, etc) { VCProjectFi ...
Looking at render doc captures in Base Pass we see pixelated black spots [Image Removed] which correspond directly to failed depth test: [Image Removed] See attached project for repro cases. ...
Disabling Shadow Denoiser causes raytraced shadows from Rect Lights to disappear ...
The crash occurs when trying to assign a new value to RootComponent if the Pawn is already placed on the level Crash does not happen in P4 //UE4/Release-4.25.3 CL 13942748 Other steps to reproduc ...
When creating a class (of any kind i.e. an actor), when a collapsed graph is compiled the ref breaks when adding or renaming the graph. ...
If the level has hidden sublevels, the regenerated navmesh result appears to have a hidden sublevel mesh placed at the origin. Apparently, the reason is that bNavigationRelevant is no longer consid ...