Files
UnrealEngineUWP/Engine/Extras/NatvisHelpers/EntryPoint.cpp
Ryan Durand 28d3d740dd (Integrating from Dev-EngineMerge to Main)
Second batch of remaining Engine copyright updates.

#rnx
#rb none
#jira none

[CL 10871196 by Ryan Durand in Main branch]
2019-12-27 07:44:07 -05:00

10 lines
272 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "Globals.h"
extern "C" __declspec(dllexport) void InitNatvisHelpers(uint8** NameTable, FChunkedFixedUObjectArray* ObjectArray)
{
GNameBlocksDebug = NameTable;
GObjectArrayForDebugVisualizers = ObjectArray;
}