HaywireInteractive / OnAllFronts-Public

UE5 MilSim FPS / RTS Game (formerly ProjectM)
MIT License
128 stars 24 forks source link

Migrate BP_FirstPersonGameModeCommander OnSoldierDeath subgraph to C++ #777

Closed Leroy231 closed 4 months ago

Leroy231 commented 12 months ago

Migrate the subgraph below to AFirstPersonGameModeCommander C++ class. Note that this will probably require migrating variables in that BP such as SoldierCountWinFactor to C++, though you should still be able to set that variable's default value in BP.

Image

Leroy231 commented 4 months ago

Merged into https://github.com/HaywireInteractive/OnAllFronts-Public/issues/791