Files
UnrealEngine/Engine/Source/Editor/Blutility/Private/EditorUtilityActorComponent.cpp
2025-05-18 13:04:45 +08:00

12 lines
286 B
C++

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