Announcing Section #1 for Survival Game - Third-person Player Setup

If you’re looking to see how I exposed the variables in C++ so that Blueprint can make changes, have a look in the .h header files of the project. using UPROPERTY(…) gives several options for exposing these variables (eg. UPROPERTY(BlueprintReadWrite, Category = “General”) )