EvolvingBehavior  0.2.0
 
Loading...
Searching...
No Matches

An interface for objects that send fitness events to the FitnessTracker. More...

#include <FitnessUpdater.h>

Public Member Functions

 DECLARE_EVENT_FourParams (IFitnessUpdater, FFitnessUpdatedEvent, int32, FString, float, bool)
 
FFitnessUpdatedEvent & OnFitnessUpdated ()
 

Protected Member Functions

void BroadcastFitnessUpdated (int32 objectID, const FString &key, float value, bool isDelta=false)
 

Detailed Description

An interface for objects that send fitness events to the FitnessTracker.

Author
npc
Date
12/12/17

You should register all FitnessUpdaters with the tracker.


The documentation for this class was generated from the following files:
  • Source/EvolvingBehavior/Public/FitnessUpdater.h
  • Source/EvolvingBehavior/Private/FitnessUpdater.cpp