Navigation
API > API/Runtime > API/Runtime/Core
Description
Used to wrap around null checks with this_ which should be optimized out when not using -fno-delete-null-pointer-checks. The aim is to give the opportunity to the client code to fix any potential causes of this_ being null and stop relying on undefined behavior.
| Name | IsThisNotNull |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/CoreGlobals.h |
| Include Path | #include "CoreGlobals.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/CoreGlobals.cpp |
bool IsThisNotNull
(
const void * This,
const ANSICHAR * Function
)