Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for UE5.0.1 #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
33 changes: 14 additions & 19 deletions SerialCOM/SerialComPlugin/SERIALCOM.uplugin
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
{
"FileVersion": 3,

"FriendlyName": "Communication Serial Port (Serial COM)",
"Version": 3,
"VersionName": "3.0.0.05",
"CreatedBy": "Ramiro Montes De Oca",
"FileVersion": 3,
"Version": 3,
"VersionName": "3.0.0.05",
"FriendlyName": "Communication Serial Port (Serial COM)",
"Description": "This library enables Serial communication with Unreal Engine 4/5. Added DTR/RTS flow control. Compatible with Arduino projects and any other device requiring Serial Communication. This project was forked from EU4Duino (v1 Gryzly32/FuzionLabs, v2 Rodrigo Villani).\nSerial Com v3 by Ramiro Montes De Oca.",
"Category": "Input",
"CreatedBy": "Ramiro Montes De Oca",
"CreatedByURL": "https://github.com/videofeedback/RamirosLab",
"DocsURL": "https://github.com/videofeedback/Unreal-Engine-Plugin-Communication-Serial-Port",
"MarketplaceURL": "",
"SupportURL": "https://discord.ramiroslab.com/",

"Description": "This library enables Serial communication with Unreal Engine 4/5. Added DTR/RTS flow control. Compatible with Arduino projects and any other device requiring Serial Communication. This project was forked from EU4Duino (v1 Gryzly32/FuzionLabs, v2 Rodrigo Villani).
Serial Com v3 by Ramiro Montes De Oca.",

"Category": "Input",

"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": true,


"Installed": true,
"Modules": [
{
"Name": "SERIALCOM",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Name": "SERIALCOM",
"Type": "Runtime",
"LoadingPhase": "PreDefault",
"WhitelistPlatforms": [
"Win32",
"Win64"
]
Expand Down
Binary file not shown.