Files
UnrealEngineUWP/Engine/Source/Runtime/PacketHandlers/PacketHandler/Private/PacketHandlerProfileConfig.cpp

9 lines
237 B
C++
Raw Normal View History

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