This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
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
da8d9fe4a40575faad866cdc6ec7344be7e028ff
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
IntroTutorials
/
Private
History
Richard Hinckley
b2f1c91ad4
[UE-7857] Scroll bar fix for tutorials browser.
...
[CL 2572592 by Richard Hinckley in Main branch]
2015-06-01 11:46:50 -04:00
..
ClassTypeActions_EditorTutorial.cpp
Add includes to files to remove the need of including Engine.h.
2015-04-10 03:30:54 -04:00
ClassTypeActions_EditorTutorial.h
…
EditorTutorial.cpp
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
EditorTutorialDetailsCustomization.cpp
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
EditorTutorialDetailsCustomization.h
…
EditorTutorialFactory.cpp
…
EditorTutorialFactory.h
Clang warning fixes: Fixed missing 'override' specifiers
2015-04-01 07:20:55 -04:00
EditorTutorialImportFactory.cpp
…
EditorTutorialImportFactory.h
Back out changelist 2481333
2015-03-17 05:38:32 -04:00
EditorTutorialSettings.cpp
[UE-9935] Moving fix from 4.7 back into Main.
2015-02-17 15:26:53 -05:00
EditorTutorialSettings.h
Added config migration path for newer versions of the engine.
2015-04-20 10:12:55 -04:00
IntroTutorials.cpp
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
IntroTutorials.h
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
IntroTutorialsPrivatePCH.h
…
SEditorTutorials.cpp
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
SEditorTutorials.h
…
STutorialButton.cpp
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
STutorialButton.h
[UE-10992] Dismiss-all added to right-click menu on tutorial button. Stops green pulse animation on all tutorial buttons and saves to config file.
2015-03-20 11:54:33 -04:00
STutorialContent.cpp
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
STutorialContent.h
[INTEGRATE] Change 2441350 by bruce.nesbit@bnesbit_Releases on 2015/02/11 05:55:27
2015-02-17 09:56:06 -05:00
STutorialEditableText.cpp
…
STutorialEditableText.h
…
STutorialLoading.cpp
Font fix in tutorial loading widget. Minor cleanup (deleted commented-out code) in tutorial button.
2015-02-18 10:25:32 -05:00
STutorialLoading.h
…
STutorialNavigation.cpp
…
STutorialNavigation.h
…
STutorialOverlay.cpp
Merging UE4-Streaming to UE4
2015-04-01 03:03:18 -04:00
STutorialOverlay.h
…
STutorialRoot.cpp
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
STutorialRoot.h
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
STutorialsBrowser.cpp
[UE-7857] Scroll bar fix for tutorials browser.
2015-06-01 11:46:50 -04:00
STutorialsBrowser.h
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
TutorialHyperlinkDecorator.cpp
…
TutorialHyperlinkDecorator.h
…
TutorialHyperlinkRun.cpp
…
TutorialHyperlinkRun.h
…
TutorialImageDecorator.cpp
…
TutorialImageDecorator.h
…
TutorialSettings.cpp
…
TutorialSettings.h
Back out changelist 2481333
2015-03-17 05:38:32 -04:00
TutorialStateSettings.cpp
[UE-10992] Dismiss-all added to right-click menu on tutorial button. Stops green pulse animation on all tutorial buttons and saves to config file.
2015-03-20 11:54:33 -04:00
TutorialStateSettings.h
Added config migration path for newer versions of the engine.
2015-04-20 10:12:55 -04:00
TutorialStructCustomization.cpp
Removed text localization menu button on text properties. Not currently functional enough to ship.
2015-04-16 17:59:37 -04:00
TutorialStructCustomization.h
…
TutorialText.cpp
[UE-9586] The "Back" button in tutorials can be linked to a different tutorial, like the "Next" button. Tutorials assigned to the "Previous Tutorial" field (new) will be used for this, and will activate the button for this purpose on stage 0. Tutorials started in this way will begin on their final stage. The Launch Tutorial functionality (in code) now uses an enum for startup instead of a bool, so we can force a restart, continue from where we left off (default), or start at the final stage.
2015-04-02 16:56:18 -04:00
TutorialText.h
…