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
84307a427e4a0a96bd68877ddf232db00aefd790
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
AddContentDialog
/
Private
History
Bob Tellez
b3b6ef475f
Checking in Mikolaj Sieluzycki's change to fix up callsites to ask for the value of an enum entry instead of the index. The value and the index are the same unless the enum specified element values in its declaration (i.e. enum MyEnum { FirstValue = 1 })
...
[CL 2634487 by Bob Tellez in Main branch]
2015-07-27 16:26:39 -04:00
..
ContentSourceProviders
/FeaturePack
Checking in Mikolaj Sieluzycki's change to fix up callsites to ask for the value of an enum entry instead of the index. The value and the index are the same unless the enum specified element values in its declaration (i.e. enum MyEnum { FirstValue = 1 })
2015-07-27 16:26:39 -04:00
ViewModels
Added code to filter unwanted feature packs from add content dialog
2015-07-03 06:37:49 -04:00
AddContentDialogModule.cpp
The WidgetCarousel no longer defaults to the WidgetCarouselModuleStyle. Instead this must be specified upon construction. This prevents warning spam for applications like the launcher which don't ship editor content which the WidgetCarouselModuleStyle is dependent upon.
2015-05-27 17:50:45 -04:00
AddContentDialogPCH.h
…
AddContentDialogStyle.cpp
AddContentDialog - Update the style and layout of the "Add to Project" button.
2015-03-27 10:20:41 -04:00
AddContentDialogStyle.h
…
ContentSourceDragDropOp.cpp
…
ContentSourceDragDropOp.h
…
ContentSourceProviderManager.cpp
…
ContentSourceProviderManager.h
…
IContentSource.h
Revised feature pack code.
2015-07-13 05:47:36 -04:00
IContentSourceProvider.h
…
SAddContentDialog.cpp
…
SAddContentDialog.h
…
SAddContentWidget.cpp
AddContentDialog - Fix LogSlateStyle errors
2015-06-18 14:33:25 -04:00
SAddContentWidget.h
Ensured that everything in the editor using a TTextFilter is reporting syntax error information back to the user
2015-06-10 13:22:27 -04:00