![]() |
MCRO
C++23 utilities for Unreal Engine.
|
#include "CoreMinimal.h"#include "Mcro/Inheritance.h"#include "Mcro/TextMacros.h"#include "Mcro/TypeName.h"Go to the source code of this file.
Data Structures | |
| struct | Mcro::TypeInfo::FType |
| Group together type info for identification. Can have an invalid state when no type is specified. More... | |
| struct | Mcro::TypeInfo::FType::TTag< T > |
Namespaces | |
| namespace | Mcro |
| namespace | Mcro::TypeInfo |
Variables | |
| template<typename T > | |
| constexpr FType | Mcro::TypeInfo::TTypeOf = FType(FType::TTag<T>()) |
Definition in file TypeInfo.h.