31 lines
868 B
Markdown
31 lines
868 B
Markdown
<!--
|
|
|
|
Thanks for sending a pull request! Please make sure you click the link above to
|
|
view the contribution guidelines, then fill out the blanks below.
|
|
|
|
Checklist:
|
|
|
|
- [ ] Your branch is up-to-date with the `dev` branch and tested with latest changes
|
|
- [ ] Extended the README / documentation, if necessary
|
|
- [ ] Code compiles correctly
|
|
- [ ] All tests passing with `make check` (only Linux)
|
|
- [ ] If relevant, update CHANGELOG.md with your changes
|
|
|
|
-->
|
|
|
|
#### Description
|
|
|
|
<!-- Please explain the changes you made here as detailed as possible. -->
|
|
|
|
Fixes # <!-- If fixes an issue, please add here the issue number. -->
|
|
|
|
#### Where has this been tested?
|
|
|
|
* **Platform(s):** ...
|
|
* **Python version(s):** ...
|
|
* **Unreal Engine version(s):** ...
|
|
|
|
#### Possible Drawbacks
|
|
|
|
<!-- What are the possible side-effects or negative impacts of the code change? -->
|