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