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

Result of a single data pin evaluation attempt. More...

#include <DataPinEvaluator.h>

+ Collaboration diagram for Olympe::DataPinEvaluationResult:

Public Attributes

DataPinEvalStatus Status = DataPinEvalStatus::Success
 
TaskValue Value
 
std::string ErrorMessage
 

Detailed Description

Result of a single data pin evaluation attempt.

Definition at line 51 of file DataPinEvaluator.h.

Member Data Documentation

◆ ErrorMessage

std::string Olympe::DataPinEvaluationResult::ErrorMessage

Definition at line 54 of file DataPinEvaluator.h.

Referenced by Olympe::DataPinEvaluator_EvaluateRecursive().

◆ Status

DataPinEvalStatus Olympe::DataPinEvaluationResult::Status = DataPinEvalStatus::Success

◆ Value

TaskValue Olympe::DataPinEvaluationResult::Value

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