Navigation
API > API/Plugins > API/Plugins/LearningTraining
References
| Module | LearningTraining |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/LearningTraining/Public/LearningTrainer.h |
| Include | #include "LearningTrainer.h" |
Syntax
namespace UE
{
namespace Learning
{
enum ESubprocessFlags
&123;
None = 0,
ShowWindow = 1 << 0,
NoRedirectOutput = 1 << 1,
&125;
}
}
Values
| Name | Description |
|---|---|
| None | |
| ShowWindow | If to show the sub-process console window. |
| NoRedirectOutput | If to avoid redirecting the sub-process output to the output log. |
Remarks
Subprocess flags