PAYDAY 2 to PAYDAY 3 Cheatsheet
note
This list is incomplete
| PAYDAY 2 | PAYDAY 3 | Notes |
|---|---|---|
| Continents | Levels | See UE4's docs for more details |
| Mission Elements | Blueprints | Replaced by blueprints, see MissionElements for exceptions |
| Units | Actors |
Mission Elements
| PAYDAY 2 | PAYDAY 3 | Notes |
|---|---|---|
| AreaTrigger | SBZPlayerTriggerVolume | |
| DifficultyLevelCheck | ![]() | Equivalent to this blueprint code |
| LootBag | SBZBagSpawner | |
| MissionEnd | ![]() | Equivalent to this blueprint code |
| Objective | SBZObjective | See Objectives |
| PlayerSpawner | PlayerStart + SBZPlayerStartGroup | Use as actors in level |
| Timer | Delay | Function in blueprint |
| UnitSequenceTrigger | Events in blueprint code | |
| Waypoint | SBZWaypoint | See Waypoints |

