Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
GenericPlatformCompilerPreSetup.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PRAGMA_DISABLE_DEPRECATION_WARNINGS
 
#define PRAGMA_ENABLE_DEPRECATION_WARNINGS
 
#define EMIT_CUSTOM_WARNING_AT_LINE(Line, Warning)
 
#define EMIT_CUSTOM_WARNING(Warning)    EMIT_CUSTOM_WARNING_AT_LINE(__LINE__, Warning)
 
#define UE_DEPRECATED_MACRO(Version, Message)   EMIT_CUSTOM_WARNING(Message " Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.")
 
#define DEPRECATED_MACRO(Version, Message)   UE_DEPRECATED_MACRO(5.1, "The DEPRECATED_MACRO macro has been deprecated in favor of UE_DEPRECATED_MACRO.") UE_DEPRECATED_MACRO(Version, Message)
 
#define PRAGMA_DEFAULT_VISIBILITY_START
 
#define PRAGMA_DEFAULT_VISIBILITY_END
 

Macro Definition Documentation

◆ DEPRECATED_MACRO

#define DEPRECATED_MACRO ( Version,
Message )   UE_DEPRECATED_MACRO(5.1, "The DEPRECATED_MACRO macro has been deprecated in favor of UE_DEPRECATED_MACRO.") UE_DEPRECATED_MACRO(Version, Message)

Definition at line 28 of file GenericPlatformCompilerPreSetup.h.

◆ EMIT_CUSTOM_WARNING

#define EMIT_CUSTOM_WARNING ( Warning)     EMIT_CUSTOM_WARNING_AT_LINE(__LINE__, Warning)

Definition at line 19 of file GenericPlatformCompilerPreSetup.h.

◆ EMIT_CUSTOM_WARNING_AT_LINE

#define EMIT_CUSTOM_WARNING_AT_LINE ( Line,
Warning )

Definition at line 15 of file GenericPlatformCompilerPreSetup.h.

◆ PRAGMA_DEFAULT_VISIBILITY_END

#define PRAGMA_DEFAULT_VISIBILITY_END

Definition at line 36 of file GenericPlatformCompilerPreSetup.h.

◆ PRAGMA_DEFAULT_VISIBILITY_START

#define PRAGMA_DEFAULT_VISIBILITY_START

Definition at line 32 of file GenericPlatformCompilerPreSetup.h.

◆ PRAGMA_DISABLE_DEPRECATION_WARNINGS

#define PRAGMA_DISABLE_DEPRECATION_WARNINGS

Definition at line 7 of file GenericPlatformCompilerPreSetup.h.

◆ PRAGMA_ENABLE_DEPRECATION_WARNINGS

#define PRAGMA_ENABLE_DEPRECATION_WARNINGS

Definition at line 11 of file GenericPlatformCompilerPreSetup.h.

◆ UE_DEPRECATED_MACRO

#define UE_DEPRECATED_MACRO ( Version,
Message )   EMIT_CUSTOM_WARNING(Message " Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.")

Definition at line 24 of file GenericPlatformCompilerPreSetup.h.