![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Validation result message. More...
#include <BTGraphValidator.h>
Public Attributes | |
| BTValidationSeverity | severity = BTValidationSeverity::Info |
| uint32_t | nodeId = 0 |
| Node ID (0 if global error) | |
| std::string | message |
| Description of the issue. | |
| std::string | fix |
| Suggested fix. | |
Validation result message.
Definition at line 40 of file BTGraphValidator.h.
| std::string Olympe::AI::BTValidationMessage::fix |
Suggested fix.
Definition at line 44 of file BTGraphValidator.h.
| std::string Olympe::AI::BTValidationMessage::message |
Description of the issue.
Definition at line 43 of file BTGraphValidator.h.
| uint32_t Olympe::AI::BTValidationMessage::nodeId = 0 |
Node ID (0 if global error)
Definition at line 42 of file BTGraphValidator.h.
| BTValidationSeverity Olympe::AI::BTValidationMessage::severity = BTValidationSeverity::Info |
Definition at line 41 of file BTGraphValidator.h.