Adds a random service node from the NodeMapper to a random task node in the chromosome, if one exists. More...
#include <AddMappedServiceToTaskMutator.h>
Public Member Functions | |
void | Init (UServiceInjector *injector) override |
virtual UBTChromosome * | Mutate (UBTChromosome *chromosome, TArray< UBTChromosome * > parents, int primaryParent) |
virtual void | Init (UServiceInjector *injector) |
Additional Inherited Members | |
Public Attributes inherited from UMutator | |
virtual UBTChromosome * | Mutate (UBTChromosome *chromosome, TArray< UBTChromosome * > parents, int primaryParent) PURE_VIRTUAL(UMutator |
Protected Attributes inherited from UMutator | |
UServiceInjector * | serviceInjector |
Adds a random service node from the NodeMapper to a random task node in the chromosome, if one exists.
|
overridevirtual |
Reimplemented from UMutator.