Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::AI::BTValidationMessage Struct Reference

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.
 

Detailed Description

Validation result message.

Definition at line 40 of file BTGraphValidator.h.

Member Data Documentation

◆ fix

std::string Olympe::AI::BTValidationMessage::fix

Suggested fix.

Definition at line 44 of file BTGraphValidator.h.

◆ message

std::string Olympe::AI::BTValidationMessage::message

Description of the issue.

Definition at line 43 of file BTGraphValidator.h.

◆ nodeId

uint32_t Olympe::AI::BTValidationMessage::nodeId = 0

Node ID (0 if global error)

Definition at line 42 of file BTGraphValidator.h.

◆ severity

BTValidationSeverity Olympe::AI::BTValidationMessage::severity = BTValidationSeverity::Info

Definition at line 41 of file BTGraphValidator.h.


The documentation for this struct was generated from the following file: