Files
UnrealEngineUWP/Engine/Source/Developer/BlueprintNativeCodeGen/Public/BlueprintNativeCodeGenModule.h

11 lines
165 B
C
Raw Normal View History

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