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
ccd86b32f790a676d8fe2ace0b52dcafe541ef63
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
PropertyEditor
/
Private
/
UserInterface
/
PropertyTable
History
Matt Kuhlenschmidt
290aeac27c
Added support for all signed and unsigned integer types in property editors.
...
[CL 2587269 by Matt Kuhlenschmidt in Main branch]
2015-06-15 09:04:00 -04:00
..
BooleanPropertyTableCellPresenter.cpp
…
BooleanPropertyTableCellPresenter.h
…
ColorPropertyTableCellPresenter.cpp
…
ColorPropertyTableCellPresenter.h
…
ColumnWidgetFactory.cpp
…
ColumnWidgetFactory.h
…
ObjectNameTableCellPresenter.h
Fixed behavior on FString::ParseIntoArray (muliple delimiters overload) functionality to support optionally culling empty strings. Greatly simplified implementation logic. Output parameter now properly named and taken by reference.
2015-03-02 15:51:37 -05:00
PropertyTableConstants.h
…
PropertyTableWidgetHandle.h
…
SBoolColumnHeader.h
…
SColorColumnHeader.h
…
SColumnHeader.h
Fixed behavior on FString::ParseIntoArray (muliple delimiters overload) functionality to support optionally culling empty strings. Greatly simplified implementation logic. Output parameter now properly named and taken by reference.
2015-03-02 15:51:37 -05:00
SObjectColumnHeader.h
…
SObjectNameColumnHeader.h
…
SPropertyNameColumnHeader.h
Fixed code relying on SLATE_TEXT_ATTRIBUTE for STextBlock.
2015-01-07 09:52:40 -05:00
SPropertyTable.h
…
SPropertyTableCell.cpp
Fixed code relying on SLATE_TEXT_ATTRIBUTE for STextBlock.
2015-01-07 09:52:40 -05:00
SPropertyTableCell.h
…
SPropertyTableHeaderRow.h
…
SPropertyTableRow.h
Clang warning fixes: Fixed missing 'override' specifiers
2015-04-01 07:20:55 -04:00
SRowHeaderCell.h
…
SRowHeaderColumnHeader.h
…
STextColumnHeader.h
…
TextPropertyTableCellPresenter.cpp
Added support for all signed and unsigned integer types in property editors.
2015-06-15 09:04:00 -04:00
TextPropertyTableCellPresenter.h
…