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
f2ff6bd94de1a5fcde5609e98bcbf57a4b8f2b79
UnrealEngineUWP
/
Engine
/
Source
/
Editor
/
CurveEditor
/
Private
/
DragOperations
History
max chen
5a4f13752f
Curve Editor: Check for valid key handle before removing
...
#rb Mike.Zyracki #jira UE-171677 [CL 35717091 by max chen in ue5-main branch]
2024-08-21 15:55:11 -04:00
..
CurveEditorDragOperation_Marquee.cpp
Curve Editor: When toggling selection, respect bPreferPointSelection which prioritizes toggling point selection over tangent selection if there are any points selected. The same thing logic occurs currently for just regular selection (not toggling with control). This fixes an issue where toggling point selection will inadvertently also change tangent selection.
2024-07-26 11:22:44 -04:00
CurveEditorDragOperation_Marquee.h
…
CurveEditorDragOperation_MoveKeys.cpp
Curve Editor: Check for valid key handle before removing
2024-08-21 15:55:11 -04:00
CurveEditorDragOperation_MoveKeys.h
…
CurveEditorDragOperation_Pan.cpp
…
CurveEditorDragOperation_Pan.h
…
CurveEditorDragOperation_ScrubTime.cpp
…
CurveEditorDragOperation_ScrubTime.h
…
CurveEditorDragOperation_Tangent.cpp
…
CurveEditorDragOperation_Tangent.h
…
CurveEditorDragOperation_Zoom.cpp
…
CurveEditorDragOperation_Zoom.h
…
ICurveEditorDragOperation.cpp
…