Stamina System Documentation

Welcome to Multiplayer Stamina Docs #

C++ Classes #

  • Stamina Component - The main component that handles all the logic for the stamina system.
  • Sprint Component - The main component that handles all the logic for the sprint system
  • Sprint Component Interface - The Interface which allows for greater flexibility
  • Stamina Widget - The widget that displays the stamina. Can be extended beyond the default widget.

Blueprint Classes #

  • BP_StaminaExampleThirdPersonCharacter - An example character that uses the stamina system.
  • CWB_Stamina - An example widget that displays the stamina.
  • WB_HUD - An example HUD that displays the stamina widget.