When using the pilot function a character actor with a camera actor cannot
move around properly. This issue may be due to something with the
LevelEditorViewport.cpp UpdateViewForLockedActor function, where setting
the camera position is interfering with the character actor.
Test:
1. Open new Third Person Blueprint project
2. Right click main third person character with the camera on it
3. Pilot the character
4. Try and move around, continuously moves backwards in this specific case
Also ensure that piloting a character actor with a camera works properly
with focus. (Jira [Link Removed] <https://jira.ol.epicgames.net/browse/UE-7376>)
1. Open Third Person Blueprint template project
2. Right click main third person character
3. Choose Pilot
4. Left and/or Right-click + WASD to move around
Results: The actor/camera will erratically move around and randomly backwards
Expected: To pilot the actor as if it is moving around the level for easy placement
How does TextureRenderTarget2D get TArray<uint8> type data?
Why does the REMOVE method of map container remove elements have memory leaks?
How do I set a material as a post-processing material?
How to delete some elements correctly when deleting an array loop?
What is the cause of the packaging error falling back to 'GameUserSettings' in ue5?
How does TArray loop correctly remove elements in blueprints?
Head over to the existing Questions & Answers thread and let us know what's up.