Files
UnrealEngineUWP/Engine/Source/Editor/Blutility/Private/EditorUtilityActorComponent.cpp

12 lines
286 B
C++
Raw Normal View History

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