A Service gene that refers to a template node in the NodeMapper. See BTServiceGene.h to read about their function. More...
#include <BTMappedServiceGene.h>
Public Member Functions | |
void | Init (UServiceInjector *injector, FNodeMapID id) |
virtual FString | ToString () override |
virtual UBTService * | BuildPhenotype (UObject *outer) override |
virtual UBTServiceGene * | DuplicateService (UObject *outer) override |
Public Member Functions inherited from UBTServiceGene | |
virtual UBTNodeGene * | Duplicate (UObject *outer) override |
Public Member Functions inherited from UBTNodeGene | |
virtual void | SetServiceInjector (UServiceInjector *serviceInjector) |
Additional Inherited Members | |
Public Attributes inherited from UBTServiceGene | |
virtual UBTService * | BuildPhenotype (UObject *outer) PURE_VIRTUAL(UBTServiceGene |
virtual UBTServiceGene * | DuplicateService (UObject *other) PURE_VIRTUAL(UBTServiceGene |
Public Attributes inherited from UBTNodeGene | |
virtual FString | ToString () PURE_VIRTUAL(UBTNodeGene |
virtual UBTNodeGene * | Duplicate (UObject *outer) PURE_VIRTUAL(UBTNodeGene |
Protected Attributes inherited from UBTNodeGene | |
UServiceInjector * | ServiceInjector |
A Service gene that refers to a template node in the NodeMapper. See BTServiceGene.h to read about their function.