A fitness tracker, containing keys mapped to fitness values per key. More...
#include <Fitness.h>
Public Member Functions | |
void | UpdateKey (FString key, double newValue) |
void | UpdateKeyDelta (FString key, double newValue) |
bool | TryGetKey (FString key, double &value) |
A fitness tracker, containing keys mapped to fitness values per key.
This will be compiled by the FitnessCalculator into a final score.