Output warning log when import .paper2dsprites file

UE - Gameplay - Paper2D - Nov 21, 2020

When import .paper2dsprites file, always output warning log. It seems missmatch URL TexturePackerPrefix and AppName with metadata. - PaperJsonSpriteSheetImporter.cpp const FString TexturePacke ...

FRemoteTalkerDataImpl uses raw pointers to UVoipListenerSynthComponent and UVOIPTalker

UE - Audio - Nov 20, 2020

The garbage collector is not aware of the pointers to VoipSynthComponent and CachedTalkerPtr in FRemoteTalkerDataImpl, which may lead to garbage data and access violations when the engine is shut do ...

Adding a track for a string property through sequence scripting causes the property track to be named "Strings"

UE - Anim - Sequencer - Nov 20, 2020

Property tracks rely in the default display name for naming in the UI. String tracks have their own override for the default display name getter (UMovieSceneStringTrack::GetDefaultDisplayName) which ...

Static shape components need to have Dynamic Obstacle set to actually use Area Class

UE - AI - Navigation - Nov 17, 2020

Many licensees like to use ShapeComponents as blocking volumes instead of proper volumes, as they can be more easily placed and sized in the editor. The docs and code make it sound like it is possib ...

Network profiler can report sent RPCs despite a null ViewTarget preventing the send

UE - Networking - Nov 17, 2020

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 ...

Ensure when closing PIE during Level Sequence playback with spawnables in a streamed level

UE - Anim - Sequencer - Nov 16, 2020

When a spawnable is spawned in a streamed level, exiting PIE will cause an ensure, because the world is not valid on the actor.  ...

Commonly used blueprint conversion functions should be promoted to top level category

UE - Gameplay - Blueprint - Nov 16, 2020

Many useful blueprint utility nodes are buried in the Utility category and are not very discoverable by users. This leads to them choosing other nodes that are much less convenient and efficient. Th ...

Transform gizmo behaves incorrectly in the Blueprint editor viewport if multiple child components are selected and their parent component is rotated 90 degrees around Z.

UE - Gameplay - Blueprint Editor - Nov 12, 2020

When multiple child scene components are selected and their parent is rotated 90 degrees about Z, attempting to use the transform gizmo will move the components in the wrong direction relative to th ...

DisplayName Metadata tag is not used in the SCS editor or the My Blueprints window

UE - Gameplay - Blueprint Editor - Nov 12, 2020

This also brings up a good point about how `FName::NameToDisplayString` works. Currently it will only remove a 'b' character if a boolean is given, which leads to inconsistent results throughout the ...