MCRO
C++23 utilities for Unreal Engine.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Platform.h File Reference
#include "CoreMinimal.h"
#include "Mcro/Macros.h"

Go to the source code of this file.

Macros

#define MCRO_CURRENT_PLATFORM_STRING   MCRO_STRIFY(MCRO_CURRENT_PLATFORM)
 
#define MCRO_CURRENT_PLATFORM_TEXT   TEXT(MCRO_CURRENT_PLATFORM_STRING)
 
#define MCRO_COMPILER_MSVC   0
 
#define MCRO_COMPILER_GCC   0
 
#define MCRO_COMPILER_CLANG   0
 
#define MCRO_COMPILER   Unknown
 

Detailed Description

Author
David Mórász
Date
2025

Definition in file Platform.h.

Macro Definition Documentation

◆ MCRO_COMPILER

#define MCRO_COMPILER   Unknown

Definition at line 59 of file Platform.h.

◆ MCRO_COMPILER_CLANG

#define MCRO_COMPILER_CLANG   0

Definition at line 58 of file Platform.h.

◆ MCRO_COMPILER_GCC

#define MCRO_COMPILER_GCC   0

Definition at line 57 of file Platform.h.

◆ MCRO_COMPILER_MSVC

#define MCRO_COMPILER_MSVC   0

Definition at line 56 of file Platform.h.

◆ MCRO_CURRENT_PLATFORM_STRING

#define MCRO_CURRENT_PLATFORM_STRING   MCRO_STRIFY(MCRO_CURRENT_PLATFORM)

Definition at line 37 of file Platform.h.

◆ MCRO_CURRENT_PLATFORM_TEXT

#define MCRO_CURRENT_PLATFORM_TEXT   TEXT(MCRO_CURRENT_PLATFORM_STRING)

Definition at line 38 of file Platform.h.