12 lines
286 B
C++
12 lines
286 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "EditorUtilityActorComponent.h"
|
|
|
|
|
|
/////////////////////////////////////////////////////
|
|
|
|
UEditorUtilityActorComponent::UEditorUtilityActorComponent(const FObjectInitializer& ObjectInitializer)
|
|
: Super(ObjectInitializer)
|
|
{
|
|
}
|