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