You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Base class is changed to USingleTargetWithSelectionTool. When selection is provided, a UPreviewMesh for the unselected area is created and used. A FSharedConstDynamicMesh3 is used to wrap either the original mesh or the selected submesh, and passed to the Operator (which also now takes a FSharedConstDynamicMesh3) On shutdown, modified submesh is re-integrated into original mesh (in this case a trivial group copy suffices) and a new selection is emitted #rb david.hill #preflight 644036d1090323f9a31509d4 #jira UE-181651 [CL 25149588 by ryan schmidt in ue5-main branch]