// Copyright Epic Games, Inc. All Rights Reserved. #include "HandlerComponentFactory.h" /** * UHandlerComponentFactory */ UHandlerComponentFactory::UHandlerComponentFactory(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) { }