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
15b0d4e8edef21d0c00a809c45b0dd85cf8cfb03
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
PropertyEditor
/
Public
History
Matt Kuhlenschmidt
e34c4276b4
Added an method to skip data validation for details panel propertynodes. This should be only used in advanced customization circumstances with huge amounts of data where the way the nodes are invalidated is strictly controlled
...
#codereview michael.noland [CL 2549232 by Matt Kuhlenschmidt in Main branch]
2015-05-13 14:02:26 -04:00
..
DetailCategoryBuilder.h
Can set default values on local function variables.
2014-12-10 10:57:36 -05:00
DetailLayoutBuilder.h
…
DetailWidgetRow.h
UE-6710 - Details panel now allows optional floats for min/max sizes. It always did, if you put 0 as the min/max now it's explicit with Optional. Making the SLateChildSizeCustomization use an optional max size so that it doesn't get cut off.
2014-12-15 16:41:32 -05:00
IDetailChildrenBuilder.h
…
IDetailCustomization.h
…
IDetailCustomNodeBuilder.h
…
IDetailGroup.h
…
IDetailKeyframeHandler.h
…
IDetailPropertyExtensionHandler.h
…
IDetailPropertyRow.h
Property Editor: Made it possible to force auto-expansion on an IDetailPropertyRow
2015-04-29 17:52:17 -04:00
IDetailsView.h
Property Editor: Added support for passing in a command list when creating a details view that can be queried by customizations [UE-13643]
2015-04-10 02:12:33 -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
…
IPropertyUtilities.h
…
ISinglePropertyView.h
…
IStructureDetailsView.h
…
PropertyCustomizationHelpers.h
Config Editor added to UE4.
2015-04-22 13:40:06 -04:00
PropertyEditing.h
…
PropertyEditorDelegates.h
Allow property node to be overriden as read-only
2015-03-13 12:41:11 -04:00
PropertyEditorModule.h
Improved the property filtering options when creating a structure detail view
2015-04-22 07:29:04 -04:00
PropertyHandle.h
Added an method to skip data validation for details panel propertynodes. This should be only used in advanced customization circumstances with huge amounts of data where the way the nodes are invalidated is strictly controlled
2015-05-13 14:02:26 -04:00
PropertyPath.h
…
PropertyRestriction.h
…
SResetToDefaultMenu.h
…