UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CoreDefines.h File Reference

Go to the source code of this file.

Macros

#define STUBBED(x)
 
#define CPP   1
 
#define STRUCTCPP   1
 
#define DEFAULTS   0
 
#define STANDALONE_SEEKFREE_SUFFIX   TEXT("_SF")
 
#define NUM_DELEGATE_INLINE_BYTES   0
 
#define NUM_MULTICAST_DELEGATE_INLINE_ENTRIES   0
 
#define NUM_TFUNCTION_INLINE_BYTES   24
 
#define NO_CVARS   0
 
#define UE_DEPRECATE_MUTABLE_TOBJECTPTR   1
 
#define UE_REFERENCE_COLLECTOR_REQUIRE_OBJECTPTR   0
 

Macro Definition Documentation

◆ CPP

#define CPP   1

◆ DEFAULTS

#define DEFAULTS   0

◆ NO_CVARS

#define NO_CVARS   0

◆ NUM_DELEGATE_INLINE_BYTES

#define NUM_DELEGATE_INLINE_BYTES   0

◆ NUM_MULTICAST_DELEGATE_INLINE_ENTRIES

#define NUM_MULTICAST_DELEGATE_INLINE_ENTRIES   0

◆ NUM_TFUNCTION_INLINE_BYTES

#define NUM_TFUNCTION_INLINE_BYTES   24

◆ STANDALONE_SEEKFREE_SUFFIX

#define STANDALONE_SEEKFREE_SUFFIX   TEXT("_SF")

◆ STRUCTCPP

#define STRUCTCPP   1

◆ STUBBED

#define STUBBED (   x)
Value:
do \
{ \
static bool AlreadySeenThisStubbedSection = false; \
{ \
fprintf(stderr, "STUBBED: %s at %s:%d (%s)\n", x, __FILE__, __LINE__, __FUNCTION__); \
} \
} while (0)
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127

◆ UE_DEPRECATE_MUTABLE_TOBJECTPTR

#define UE_DEPRECATE_MUTABLE_TOBJECTPTR   1

◆ UE_REFERENCE_COLLECTOR_REQUIRE_OBJECTPTR

#define UE_REFERENCE_COLLECTOR_REQUIRE_OBJECTPTR   0