Open 3D Engine SimulationInterfaces Gem API Reference 25.05.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
SimulationInterfaces::FailedResult Struct Reference

A message type to represent the result of a failed operation. More...

#include <Result.h>

Public Member Functions

 FailedResult (ErrorCodeType errorCode, const AZStd::string &errorString)
 

Public Attributes

ErrorCodeType m_errorCode
 
AZStd::string m_errorString
 

Detailed Description

A message type to represent the result of a failed operation.


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