Variable naming convention?

I’m used to using camel case for variables eg. myVar. I see in this course Pascal case is used eg. MyVar. Is that the norm in cpp and would it matter if I keep on using camel case?

1 Like

For UE projects, it’s best practice to follow Epic’s Coding Standard.

3 Likes

Thanks!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms