MCRO
C++23 utilities for Unreal Engine.
|
This header is a central include for all common utilities MCRO offers including higher level features like errors and delegates. 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 "Mcro/CommonCore.h"
#include "Mcro/AutoModularFeature.h"
#include "Mcro/AssertMacros.h"
#include "Mcro/Dll.h"
#include "Mcro/Delegates/EventDelegate.h"
#include "Mcro/Delegates/DelegateFrom.h"
#include "Mcro/Delegates/AsNative.h"
#include "Mcro/Delegates/EventMultiplex.h"
#include "Mcro/Error/BlueprintStackTrace.h"
#include "Mcro/Error/CppException.h"
#include "Mcro/Error/CppStackTrace.h"
#include "Mcro/Error/ErrorManager.h"
#include "Mcro/Error/PlainTextComponent.h"
#include "Mcro/Error/SErrorDisplay.h"
#include "Mcro/Error/SPlainTextDisplay.h"
#include "Mcro/Modules.h"
#include "Mcro/Observable.h"
#include "Mcro/Rendering/Textures.h"
#include "Mcro/Slate.h"
#include "Mcro/Subsystems.h"
#include "Mcro/TimespanLiterals.h"
#include "Mcro/UObjects/Init.h"
#include "Mcro/Yaml.h"
Go to the source code of this file.
Namespaces | |
namespace | Mcro |
namespace | Mcro::Common |
Use this namespace for all the common features MCRO has to offer. | |
namespace | Mcro::Common::With |
Use Mcro::Common with namespaces included which may guard common vocabulary symbols like "From" or "Get". | |
namespace | Mcro::Common::With::InferDelegate |
The extra layer of namespace InferDelegate is there for guarding common vocabulary (From) but still allowing the developer to use this namespace for a more terse syntax. | |
namespace | Mcro::Common::With::Literals |
This header is a central include for all common utilities MCRO offers including higher level features like errors and delegates. 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 Common.h.