[Link Removed] We should just cache any user-converted pins on the type promotion nodes and make sure to keep those types if they are valid. If they are invalid, then we can orphan them or someth ...
The viewport is shifted by the IVideoRecordingSystem::SetRecording call. This problem occurs in play standalone mode and packaged build running as window mode. (not occur in fullscreen mode) The vie ...
Subobject sorting is not stable in the Subobject editor, so the UX is bad if you are creating complex hierarchies because it's difficult to keep track of newly added or reordered components. ...
Node operations cause all of the collapsed nodes to be auto expanded. This is disruptive when working with complex hierarchies because you can't hide irrelevant components. ...
This appears to be an issue with Lumen, with some off-screen information making its way on-screen during an upsampling pass. We checked a Renderdoc capture and that is where it seems to come from. ...
The hierarchy of a LevelInstance actors (Outliner) will break when cooking. The source is the call to AActor::RerunConstructionScripts in FWorldPartitionLevelHelper::MoveExternalActorsToLevel. The ...
Consider a C++ struct containing an FText. Now consider a used-defined BP structure containing that C++ struct. When cooking an asset that references such a user-defined BP structure, the following ...
The licensee reported that check(IsInAudioThread()) was failed in FAudioDevice::UnregisterSoundClass when GC. The following is the call stack: 1 #00 pc 030d7b58 libUE4.so HandleError (/home/pirates ...
Due to the hard-coded 1.5 second timeout for clients in UNetDriver:if ( OwningActor != NULL && Connection->State == USOCK_Open && ( Connection->Driver->GetElapsedTime() - Connection->LastReceiveTime ...