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
ecd2f824a1f2381d907593c853794de82d8bd580
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
CurveEditor
/
Private
/
Tree
History
max chen
0f0a3b6e73
Curve Editor: Remove ensure in IsPinnedRecursive
...
#jira UE-195996 #rb mike.zyracki #rnx [CL 28050642 by max chen in ue5-main branch]
2023-09-20 15:24:32 -04:00
..
CurveEditorTree.cpp
Add cached expansion state values to the curve editor tree so expansion state is restored when selection changes instead of defaulting automatically to a closed state. There are just saved per session, not in any asset. Added an option path name string to ICurveEditorTreeItemExtension's, which is then used as a hash to store the expansion state, since the curve model id's aren't permanent between selections.
2023-09-01 16:39:53 -04:00
CurveEditorTreeFilter.cpp
…
ICurveEditorTreeItem.cpp
…
SCurveEditorTree.cpp
Add cached expansion state values to the curve editor tree so expansion state is restored when selection changes instead of defaulting automatically to a closed state. There are just saved per session, not in any asset. Added an option path name string to ICurveEditorTreeItemExtension's, which is then used as a hash to store the expansion state, since the curve model id's aren't permanent between selections.
2023-09-01 16:39:53 -04:00
SCurveEditorTreeFilterStatusBar.cpp
…
SCurveEditorTreePin.cpp
Curve Editor: Remove ensure in IsPinnedRecursive
2023-09-20 15:24:32 -04:00
SCurveEditorTreeSelect.cpp
…
SCurveEditorTreeTextFilter.cpp
…