Files
UnrealEngine/Engine/Source/Editor/OverlayEditor/Private/OverlayEditorPrivate.h
2025-05-18 13:04:45 +08:00

8 lines
196 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#include "CoreMinimal.h"
/** Declares a log category for this module. */
DECLARE_LOG_CATEGORY_EXTERN(LogOverlayEditor, Log, All);