// 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. // };