Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::CheckedOperationInfo Struct Reference

Public Member Functions

 AZ_TYPE_INFO_WITH_NAME_DECL (CheckedOperationInfo)
 
 AZ_CLASS_ALLOCATOR (CheckedOperationInfo, AZ::SystemAllocator)
 
 CheckedOperationInfo (AZStd::string_view safetyCheckName, const InputRestriction &inputRestriction, AZStd::string_view successName, AZStd::string_view failureName, bool callCheckedFunctionInBothCases=false)
 
bool operator== (const CheckedOperationInfo &other) const
 
bool operator!= (const CheckedOperationInfo &other) const
 

Public Attributes

AZStd::string m_safetyCheckName
 
InputRestriction m_inputRestriction
 
AZStd::string m_successCaseName
 
AZStd::string m_failureCaseName
 
bool m_callCheckedFunctionInBothCases = false
 

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