When using OverlapAll as a collision preset on a Cube, the collision will trigger when placed near a wall even if the Character has not collided with the Cube. ...
It can select ChildActor with the Eyedropper tool. Since ChildActor is an actor created temporarily, when you restart the Editor it becomes empty because there is no reference. When selecting AActor ...
Light Map Resolution is set to a small value (4 or 8), it will build normally. ...
Video frames are stored in a queue that keeps growing until the main thread ticks again. Can also be reproduced by playing video then clicking the import file button and leaving the file import dial ...
If you call the "GetCameraImage" function rapidly ~10 times, it causes the ARKit camera feed to stop updating. Waiting for awhile or tapping some more seems to bring it back. Tested on macOS H ...
When assigning an array of actors that implement a specific interface to an array of the specific interface the engine crashes. This doesn't happen if the actor array is put through a for each loop ...
The documentation example to create your own asynchronous image load from disk results in a memory leak that is noticeable using the task manager. ...
When attempting to get the vertex color of an instance of of a static mesh that is painted after placing it in the World Viewport. The Editor crashes returning an "Unhandled Exception". The cause o ...
If call SetLightingChannels in blueprint to set a static mesh's lighting channels at runtime, the mesh in the viewport seems can't update to the new lighting channel setting. A weird thing is, if ...