Navigation
API > API/Plugins > API/Plugins/LearningAgentsTraining
| Name | ILearningAgentsEntityInterface |
| Type | class |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgentsTraining/Public/LearningAgentsEntityInterface.h |
| Include Path | #include "LearningAgentsEntityInterface.h" |
Syntax
class ILearningAgentsEntityInterface : public ILearningAgentsEntityTrainingInterface
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DisableEntity() |
Disables an entity used for training. | LearningAgentsEntityInterface.h |
|
void EnableEntity() |
Enables an entity to be used for training. | LearningAgentsEntityInterface.h |
|
bool IsEntityEnabled() |
Checks whether an entity is eligible to be used for training. | LearningAgentsEntityInterface.h |
|