Files
UnrealEngineUWP/Engine/Source/Developer/BlueprintNativeCodeGen/Public/BlueprintNativeCodeGenModule.h
Mike Beach 4e4627ba34 Setting up the new BlueprintNativeCodeGenModule so that it uses the proper allocator.
#codereview Maciej.Mroz

[CL 2679497 by Mike Beach in Main branch]
2015-09-03 18:09:31 -04:00

11 lines
165 B
C++

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#pragma once
/**
*
*/
class IBlueprintNativeCodeGenModuleInterface : public IModuleInterface
{
};