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
b2acdadf67c052d41c8b899b535520faca6e8ad1
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
PropertyEditor
/
Public
History
Matt Kuhlenschmidt
27632204eb
Fix broken details panels caused by CL 2704872
...
[CL 2705734 by Matt Kuhlenschmidt in Main branch]
2015-09-24 23:25:13 -04:00
..
DetailCategoryBuilder.h
Allow detail panel categories to be dynamically shown or hidden. Added this to the material customization for primitive components. Fixes issue where material customization never appears if there was no valid material on a component when the details panel was created
2015-07-27 23:38:36 -04:00
DetailLayoutBuilder.h
…
DetailWidgetRow.h
Fix broken details panels caused by CL 2704872
2015-09-24 23:25:13 -04:00
IDetailChildrenBuilder.h
…
IDetailCustomization.h
…
IDetailCustomNodeBuilder.h
…
IDetailGroup.h
…
IDetailKeyframeHandler.h
…
IDetailPropertyExtensionHandler.h
…
IDetailPropertyRow.h
"Reset to default" on the Image Size property of a brush now uses the size of the texture if one is set.
2015-08-05 11:35:16 -04:00
IDetailsView.h
Sequencer: Add sequencer detail keyframe handler.
2015-08-25 21:12:30 -04:00
IPropertyChangeListener.h
…
IPropertyDetailsUtilities.h
…
IPropertyTable.h
…
IPropertyTableCell.h
…
IPropertyTableCellPresenter.h
…
IPropertyTableColumn.h
…
IPropertyTableCustomColumn.h
…
IPropertyTableRow.h
…
IPropertyTableUtilities.h
…
IPropertyTableWidgetHandle.h
…
IPropertyTreeRow.h
…
IPropertyTypeCustomization.h
Editor: Added missing forward declarations, headers, documentation
2015-07-20 23:09:05 -04:00
IPropertyUtilities.h
…
ISinglePropertyView.h
…
IStructureDetailsView.h
PropertyEditor: Exposing underlying details view from StructureDetailsView; cleanup pass.
2015-09-13 07:59:48 -04:00
PropertyCustomizationHelpers.h
…
PropertyEditing.h
…
PropertyEditorDelegates.h
…
PropertyEditorModule.h
…
PropertyHandle.h
#UE4 Revert earlier change to make IPropertyHandle::IsValidHandle return false if the contained property was NULL, because the property table editor depended on that functionality
2015-08-12 21:24:04 -04:00
PropertyPath.h
…
PropertyRestriction.h
…
SResetToDefaultMenu.h
…