Logo
Explore Help
Sign In
izzy/UnrealEngineUWP
0
0
Fork 0
You've already forked UnrealEngineUWP
mirror of https://github.com/izzy2lost/UnrealEngineUWP.git synced 2026-03-26 18:15:20 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
877850db552641d9956459272c0dc1afa490bc19
UnrealEngineUWP/Engine/Source/Editor/IntroTutorials/Private/TutorialSettings.cpp

11 lines
242 B
C++
Raw Normal View History

Tutorials 2.0 - Initial version NOTE: Old tutorials not deprecated (yet), but widget highlights in old tutorials will stop working with this change! Added new Blueprintable UEditorTutorial object. Added suite of widgets and details customizations to display tutorials. New system is available on command line switch -NewTutorials. Slate changes: Tag names are now stored in SWidgets, rather than simply being discarded. Removed STutorialWrapper in favour of using Tags. Added Tags to more multibox widgets, so virtually all can now be picked. Added SWindow::HasOverlay so we dont attempt to add overlays to widows that cannot have them. [CL 2244216 by Thomas Sarkanen in Main branch]
2014-08-05 09:04:35 -04:00
// Copyright 1998-2014 Epic Games, Inc. All Rights Reserved.
#include "IntroTutorialsPrivatePCH.h"
#include "TutorialSettings.h"
UTutorialSettings::UTutorialSettings(const class FPostConstructInitializeProperties& PCIP)
: Super(PCIP)
{
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 376ms Template: 14ms
English
English
Licenses API