EvolvingBehavior  0.1.0

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, double, bool)
 
FFitnessUpdatedEvent & OnFitnessUpdated ()
 

Protected Member Functions

void BroadcastFitnessUpdated (int32 objectID, FString key, double 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