This is general for any UV channel past what the static mesh has, rather than specifically for UV channel 1. ...
Undoing a child actor's component transform in its Blueprint editor isn't reflected in child actor instances in the level editor. Subsequent transforms are also not propagated after the undo breaks ...
It seems that a simple change from TCHAR_TO_ANSI to TCHAR_TO_UTF8 in UE::FUsdStage OpenStageImpl() fixes the issue. ...
The user has a proposed fix which they said works: Heya, so just to be clear your solution was to change the WinDualShock.uplugin file where the "WinDualShock" module is defined, and make it "Runtim ...
When the camera is just outside of the box bounds and it is angled directly away from it , it will start rendering the particles again (as determined by stat GPU differences) despite being out of vi ...
When a BP spawns another, if the spawned Actor has a non-root child component that is simulating physics, on clients, immediately after spawn, the child component will have the world position double ...
LandscapeSplineActors and LandscapeSplineMeshesActors are not behaving as expected in 5.4 or 5.5. Testing in 5.4 the issue mostly seems to stem from issues with the Target Landscape -> Landscape Ac ...
Loading UWorldPartitionHLODSourceActorsFromCell takes a lot of time in editor + PIE when it contains a lot of actors per UWorldPartitionHLODSourceActorsFromCell (between 2K and 2K actors). ...
When calling EncompassesPoint on an ANavMeshBoundsVolume, the method always returns false even if the target point is clearly within the visible volume bounds. This occurs because AVolume::Encompas ...