You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figured I'd report the issue you can no longer copy paste comment nodes in latest 5.x (using that currently to try out the addon stuffs)
Seems like a simple whoops quickly looking at the code seems to filter purposefully only flow nodes.
The text was updated successfully, but these errors were encountered:
1. UFlowNode_Start now is substituted with UFlowNode_CustomInput when duplicating or copy/pasting. MothCocoon#205
2. Reset EventName in UFlowNode_CustomInput after duplicating or copy/pasting
3. Fix copy/pasting comments. MothCocoon#215
4. CanUserDeleteNode and CanDuplicateNode now use FlowNode's CDO if NodeInstance is NULL (always when pasting). This will prevent pasting nodes that cannot be duplicated, but are copied with other duplicable nodes.
5. Improve duplicating and copy/pasting of AddOns (as a reference was taken AIGraphEditor code)
- duplicated AddOn is pasted on the same level as selected AddOn
- allow pasting AddOns only if there is one SelectedNode
- check if SelectedNode for paste can accept AddOn
- fix copying AddOns if both AddOn and its ParentNode are selected
- fix copying AddOns if there are other GraphNodes selected (not AddOns)
Figured I'd report the issue you can no longer copy paste comment nodes in latest 5.x (using that currently to try out the addon stuffs)
Seems like a simple whoops quickly looking at the code seems to filter purposefully only flow nodes.
The text was updated successfully, but these errors were encountered: