Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 788 Bytes

Readme.md

File metadata and controls

10 lines (7 loc) · 788 Bytes

Unreal Engine 5.1 Blueprints

All process documentation can be found in the Readme file in the root directory.

  • B_player is the Character Blueprint for the pawn.
  • B_GameMode is the GameMode Blueprint with override for B_Player to be chosen as the default pawn.
  • BP_SerialCom_v4_UE510 is an actor Blueprint for the SerialCommunication Actor in the level.

BP_SerialCom_v4_UE510

The Blueprint included is an edited version of Ramiro Montes De Oca's Serial COM Plugin v4.5.1.1 for Unreal Engine 5.1 available under the MIT License. A copy of the original license is included in this directory as posited by the author.