MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
CommonCore.h File Reference

This header is a central include for simpler utilities MCRO offers. Higher level features like errors and delegates are culminated in Mcro/Common.h. You may use the Mcro::Common namespace or use the individual namespaces declared in the individual headers if you notice name conflicts with your own project. More...

#include "CoreMinimal.h"
#include "Mcro/ArrayViews.h"
#include "Mcro/Badge.h"
#include "Mcro/Concepts.h"
#include "Mcro/Construct.h"
#include "Mcro/Enums.h"
#include "Mcro/Finally.h"
#include "Mcro/FunctionTraits.h"
#include "Mcro/InitializeOnCopy.h"
#include "Mcro/Once.h"
#include "Mcro/SharedObjects.h"
#include "Mcro/Text.h"
#include "Mcro/Text/TupleAsString.h"
#include "Mcro/Threading.h"
#include "Mcro/Types.h"
#include "Mcro/Void.h"
#include "Mcro/TextMacros.h"
#include "Mcro/FmtMacros.h"
#include "Mcro/Range.h"
#include "Mcro/Range/Conversion.h"
#include "Mcro/Range/Views.h"
#include "Mcro/Zero.h"

Go to the source code of this file.

Namespaces

namespace  Mcro
 
namespace  Mcro::CommonCore
 Use this namespace for the minimal utilities MCRO has to offer.
 
namespace  Mcro::Common
 Use this namespace for all the common features MCRO has to offer.
 

Detailed Description

This header is a central include for simpler utilities MCRO offers. Higher level features like errors and delegates are culminated in Mcro/Common.h. You may use the Mcro::Common namespace or use the individual namespaces declared in the individual headers if you notice name conflicts with your own project.

Author
David Mórász
Date
2025

Definition in file CommonCore.h.