Files
UnrealEngineUWP/Engine/Source/Editor/UnrealEd/Private/PropertyEditorTestObject.cpp

10 lines
216 B
C++
Raw Normal View History

// Copyright 1998-2015 Epic Games, Inc. All Rights Reserved.
#include "UnrealEd.h"
UPropertyEditorTestObject::UPropertyEditorTestObject(const FObjectInitializer& ObjectInitializer)
: Super(ObjectInitializer)
{
}