Navigation
API > API/Plugins > API/Plugins/LearningAgents
Enum Type representing either action A or action B
| Name | ELearningAgentsEitherAction |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/LearningAgents/Public/LearningAgentsActions.h |
| Include Path | #include "LearningAgentsActions.h" |
Syntax
enum ELearningAgentsEitherAction
{
A,
B,
}
Values
| Name | Remarks |
|---|---|
| A | |
| B |