Files
UnrealEngine/Engine/Source/Runtime/Slate/Public/Widgets/LayerManager/SLayerManager.h
2025-05-18 13:04:45 +08:00

20 lines
248 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
class SLayer
{
};
class SLayerManager
{
//
// PLACEHOLDER
//
// Will become class that managed pushing and popping
// game UI layers, showing tooltips for games, etc.
//
};