// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "status/StatusCode.h" namespace sc { static const StatusCode OK{0, "Ok"}; } // namespace sc