Brace Positions for Functions

Is it required in UE to put opening braces to functions on new lines or just something that Ben is used too? I’m a C.S major and am using this section as a C++ refresher and I’ve always done new function braces on the same line as the function so that way I don’t get confused. Any advice would be great thanks.

It’s not “required” per se. It’s just part of the coding standards for Unreal, they’re just guidelines and you a free to not abide by them. They just ask that you adhere to them, you won’t suddenly get compile errors because you perfer a different style.

Privacy & Terms