10#define SAFE_RELEASE(p) { if(p) { (p)->Release(); (p)=NULL; } }
28#if defined(__clang__) || (defined(_MSC_VER) && (_MSC_VER >= 1900))
35#if defined(_MSC_VER) && (_MSC_VER >= 1940)
44#if USING_CODE_ANALYSIS
46#include <CodeAnalysis/SourceAnnotations.h>
49#include <CodeAnalysis/Warnings.h>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
CORE_API Windows::HINSTANCE hInstance
Definition WindowsSystemIncludes.h:13
Definition Voronoi.cpp:10
HINSTANCE__ * HINSTANCE
Definition MinimalWindowsApi.h:79