You've already forked LuckyWorld
fixed build issues, added binaries, and updated the AsyncLoadingScreen plugin directory
This commit is contained in:
@ -0,0 +1,30 @@
|
||||
/************************************************************************************
|
||||
* *
|
||||
* 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 FLetterboxLayoutSettings;
|
||||
|
||||
/**
|
||||
* Letterbox layout loading screen
|
||||
*/
|
||||
class SLetterboxLayout : public SLoadingScreenLayout
|
||||
{
|
||||
public:
|
||||
SLATE_BEGIN_ARGS(SLetterboxLayout) {}
|
||||
|
||||
SLATE_END_ARGS()
|
||||
|
||||
/**
|
||||
* Construct this widget
|
||||
*/
|
||||
void Construct(const FArguments& InArgs, const FALoadingScreenSettings& Settings, const FLetterboxLayoutSettings& LayoutSettings);
|
||||
};
|
Reference in New Issue
Block a user