A texture can be toggled between virtual texture and regular texture using the Convert to virtual texture/regular texture tool in the texture asset context menu. This updates referencing materials t ...
Licensee reports that Procedural Mesh Component is apparently limited to 4 UV channels, which indeed appears to be the case (e.g. UProceduralMeshComponent::CreateMeshSection arbitrarily processing 4 ...
When two controllers connected, player2 input is disabled in client mode in PIE. It worked correctly in 4.25, but it has been wrong since 4.26. Digging into FSlateApplication::ProcessKeyDownEve ...
The issue occurs if a non-replicated actor is attached to a replicated scene component on the client, and then the same is done on the same scene component on the server. The attached actor does not ...
We may fix this issue by the following codes. FPakPlatformFile::FPakPlatformFile(): LowerLevel(NULL) ,bSigned(false) { // remove //FCoreDelegates::GetRegisterEncryptionKeyMulticas ...
Confirmed this issue in 4.25.4, 4.26, and 4.26.1 therefore it is not a regression. Uploaded logs from 4.25.4 and 4.26.1, the backup logs are before the restart (step 5 in repro steps) ...
From Licensee: When we have Instanced Stereo enabled, all our materials that use Scene expression nodes (SceneDepth, SceneColor, etc...), render incorrectly in the right eye. It only happens to the ...
When calling TearOff followed immediately by Destroy, the channel will be closed with the reason that the actor was destroyed, so the actor will be destroyed on the client as well. In the UDN linke ...
4.26[AssetLog] D:\Binary\UE_4.26\Engine\Content\Tutorial\InWorldBlueprintEditing\TutorialAssets\IWBE_Blutility.uasset: Default__IWBE_Blutility_C is not valid. See the MapCheck log messages for detai ...
When attempting to set the default value of a date time in a sub widget the changes are not kept after compiling. ...