gurkan01 8605e20018 all Plugin revert
2025-04-03 15:29:06 +03:00

31 lines
862 B
C++

/************************************************************************************
* *
* Copyright (C) 2020 Truong Bui. *
* Website: https://github.com/truong-bui/AsyncLoadingScreen *
* Licensed under the MIT License. See 'LICENSE' file for full license information. *
* *
************************************************************************************/
#pragma once
#include "SLoadingScreenLayout.h"
struct FALoadingScreenSettings;
struct FCenterLayoutSettings;
/**
* Center layout loading screen
*/
class SCenterLayout : public SLoadingScreenLayout
{
public:
SLATE_BEGIN_ARGS(SCenterLayout) {}
SLATE_END_ARGS()
/**
* Construct this widget
*/
void Construct(const FArguments& InArgs, const FALoadingScreenSettings& Settings, const FCenterLayoutSettings& LayoutSettings);
};