When the player is controlling a Character actor, using the CharacterMovementComponent (CMC), unexpected movement corrections will occur while standing still on a movement base that is rotating. ...
Licensees have reported that they want to specify the Size in the same unit as cube on level. Looking at the engine, it seems that the Decal Size is currently set as the half size of the Box. [Imag ...
Renaming assets set to Sequencer's Payload will resolve the reference after restarting the editor. This is probably due to the fact that FemaleSceneEventPayloadVariable::Value is a String type. This ...
Saving a package in the editor while there is a queued text mesh build will cause a fatal error because the build will execute during the save, and creating objects while saving is not allowed. This ...
When the default value of an Instanced variable defined in C++ is changed, it is not reflected in the default value of an Actor placed on a Level. In the reproduction procedure, when the default v ...
If you use both Category hierarchy and CallInEditor in UFUNCTION, it will result in an unintended sequence as shown below. [Image Removed] And, the following code can solve this issue void FDetai ...
The URL parser encodes the input path to a URL-encoded path even if it is local, so if the path contains unicode characters (such as Japanese Kanji ), the media file cannot be read. Following worka ...
When using a Transformation Widget in a Blueprint, the size of the widget seems to be some kind of product of size in screen space, object scale, and the transform widget scale that makes it much to ...