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