this post was submitted on 09 Oct 2023
8 points (83.3% liked)

Game Development

3776 readers
9 users here now

Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.

Community Wiki

founded 2 years ago
MODERATORS
8
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/gamedev
 

Bug detection in Unreal Engine projects

The PVS-Studio team started adding new diagnostic rules that detect errors typical for Unreal Engine projects. However, we need some help from the game development community. Please share your thoughts on the typical error patterns you would like us to automate the search for ๐Ÿ™

@gamedev
#gamedev #cpp

https://pvs-studio.com/en/blog/posts/cpp/1069/

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ArmainAP 1 points 1 year ago

I think the pointers are a good start. I would potentially expand it to the entire smart pointer library and be able to detect misuse of non UObject pointers as well. Something else that pops into my mind would be thread safety checks.

Do you have or plan an early developer access program? I would be open to try your product in my personal projects.