UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SLayerManager.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5class SLayer
6{
7
8};
9
11{
12 //
13 // PLACEHOLDER
14 //
15 // Will become class that managed pushing and popping
16 // game UI layers, showing tooltips for games, etc.
17 //
18};
19
Definition SLayerManager.h:11
Definition SLayerManager.h:6