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::Utils::GetEnvErrorResult Struct Reference

#include <Utils.h>

Public Attributes

GetEnvErrorCode m_errorCode {}
 Contains the error code of the GetEnv operation.
 
size_t m_requiredSize {}
 Set only when the error code is BufferTooSmall
 

Detailed Description

Return result from GetEnv when an environment variable value fails to be returned The m_requiredSize value is set to the needed size of the buffer when the GetEnvErrorCode is set to BufferTooSmall


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