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