ShowReel https://vimeo.com/594536744
Tutorials: https://vimeo.com/587533534
Discord:https://discord.gg/zMZZCSCuVM
QQ Group: 813902183,Email 854067387@qq.com
This plug-in can query any data of actor in the engine to help you quickly judge whether there are bugs in the game logic
When you are developing a game, you need to write debug massage and restart unreal frequently. Such repeated operations are at least thousands of times.
This Is Terrible!!!!
Now the Property Debug Editor can solve your problems very efficiently
1,In the development of game logic, we often check the specific data of actors. If the data only exists for a while, it is difficult to track through breakpoints, especially in the network synchronization logic, it is difficult to find data problems.
2,You can query any data in the editor or at run time,such as actor speed, position, rotation, picture data, structure data, animation state machine, behavior tree, EQS, material data, and even picture data.
Now, you don't need to print on the screen or link the data to the UI.