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