MCRO
C++23 utilities for Unreal Engine.
|
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/Threading.h"
#include "Mcro/Types.h"
#include "Mcro/Void.h"
#include "Mcro/TextMacros.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. | |
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.
Definition in file CommonCore.h.