ドラッグ時にウィジェットをコピーしたい

ウィジェットのドラッグアンドドロップをする際に、ウィジェットをそのまま動かすのではなくコピーを作って元のアイコンはそのままにしたいのですが、ウィジェットの情報を持たせたままコピーするにはどうすれば良いでしょうか?DragDropOperationでパラメーターを設定できると [UE4] ドラッグドロップで操作できるアイコンの作り方|株式会社ヒストリア に書いてありましたが、バージョンが違うからなのか理由は不明ですがどれだけ試しても設定する項目が出てこないのでウィジェットそのものを複製して情報を渡すようにしようと考えています。ウィジェットをコピーする、または他に情報を渡す手段はあるでしょうか?

Hello! Not to copy widget - you can just use self reference like I did on picture. As for payload data - it matters on many things, but is the same in simple cases

Thank you for answering my question. But what I need is a way to keep the original widget. I’ve tried this method but it’s not what I’m looking for as the original widget disappears.

I found a good idea. Gets a set of variables from an object and assigns them the original variables. It’s not very smart, though. But it works reliably.