+++ Updated for UE 5.1 (see bottom)
For autocompletion there are two options:
| #ifndef _CRT_SECURE_NO_WARNINGS | |
| # define _CRT_SECURE_NO_WARNINGS | |
| #endif | |
| #ifndef _CRT_NONSTDC_NO_DEPRECATE | |
| # define _CRT_NONSTDC_NO_DEPRECATE | |
| #endif | |
| #include <vector> | |
| // ------------------------------------------------------------------------------------------------- |
| // | |
| // Author: Jonathan Blow | |
| // Version: 1 | |
| // Date: 31 August, 2018 | |
| // | |
| // This code is released under the MIT license, which you can find at | |
| // | |
| // https://opensource.org/licenses/MIT | |
| // | |
| // |