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

Validation message for behavior tree structure checking. More...

#include <BehaviorTree.h>

Public Types

enum class  Severity : uint8_t { Info = 0 , Warning = 1 , Error = 2 }
 

Public Attributes

Severity severity = Severity::Info
 
uint32_t nodeId = 0
 
std::string message
 

Detailed Description

Validation message for behavior tree structure checking.

Examples
/home/runner/work/Olympe-Engine/Olympe-Engine/Source/AI/BehaviorTree.h.

Definition at line 187 of file BehaviorTree.h.

Member Enumeration Documentation

◆ Severity

Enumerator
Info 
Warning 
Error 
Examples
/home/runner/work/Olympe-Engine/Olympe-Engine/Source/AI/BehaviorTree.h.

Definition at line 189 of file BehaviorTree.h.

Member Data Documentation

◆ message

std::string BTValidationMessage::message

◆ nodeId

uint32_t BTValidationMessage::nodeId = 0

◆ severity

Severity BTValidationMessage::severity = Severity::Info

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