Files
UnrealEngineUWP/Engine/Source/Developer/Windows/WindowsTargetPlatform/Classes/WindowsTargetSettings.h
2014-03-14 14:13:41 -04:00

23 lines
542 B
C++

// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
/*=============================================================================
WindowsTargetSettings.h: Declares the UWindowsTargetSettings class.
=============================================================================*/
#pragma once
#include "WindowsTargetSettings.generated.h"
/**
* Implements the settings for the Windows target platform.
*/
UCLASS()
class WINDOWSTARGETPLATFORM_API UWindowsTargetSettings
: public UObject
{
public:
GENERATED_UCLASS_BODY()
};