Navigation
API > API/Plugins > API/Plugins/Learning
Log Settings
| Name | UE::Learning::ELogSetting |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningLog.h |
| Include Path | #include "LearningLog.h" |
Syntax
namespace UE
{
namespace Learning
{
enum ELogSetting
{
Normal,
Silent,
}
}
}
Values
| Name | Remarks |
|---|---|
| Normal | Logs basic information. |
| Silent | No logging. |