Rachel Blackman
Rachel Blackman
The current ragdoll logic was rather hastily written as an example for one user on the GMC Discord; it could absolutely be improved to make the keep-landing-spot-in-sync logic more precise...
Attempting to generate documentation for a plugin which contains single-line inline functions in a header file will error out: ``` Error: --> 33:26 | 33 | FName GetName() const {...
Any property initialized with a default via C++ braced initializer format -- structure or otherwise -- will cause an error when trying to parse the header files: ``` Error: -->...