GameLiftPlugin/Source/GameLiftCore/Private/AwsErrors/Converter.h (5 lines of code) (raw):

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 #pragma once namespace GameLiftErrorAsString { FString Convert(unsigned int ErrorCode); } // namespace GameLiftErrorAsString