![]() |
MCRO
C++23 utilities for Unreal Engine.
|
#include "CoreMinimal.h"
#include "HAL/PreprocessorHelpers.h"
#include "boost/preprocessor.hpp"
Go to the source code of this file.
Macros | |
#define | PREPROCESSOR_TO_TEXT(x) |
#define | MACRO_OVERLOAD(prefix, ...) |
Implement preprocessor function overloading based on argument count for a set of macros following a distinct convention. Individual overloads must have a trailing number corresponding to the number of arguments they accept. | |
Definition in file Macros.h.
#define MACRO_OVERLOAD | ( | prefix, | |
... ) |
Implement preprocessor function overloading based on argument count for a set of macros following a distinct convention. Individual overloads must have a trailing number corresponding to the number of arguments they accept.
For example: