DTDragDropFile UE Drag the system file to the window Plug-in Description

简介: DTDragDropFile UE Drag the system file to the window Plug-in Description

This plug-in can be the running window after the UE is packaged and the window receives the message that the system file is dragged to the window in the PIE mode, and obtains the corresponding file address and folder address.

1. First create an Actor blueprint

2. Create a DT System Drag Drop File component in the blueprint

3. Respond to the On System Drag Drop File event in the DT System Drag Drop File component

4. Implement your own corresponding logic in the blueprint


The callback event will have two parameters to return


File Path List : The full address of all dragged-in files


Folder Path List: The full address of all dragged-in folders


Because it supports dragging in multiple files at the same time, and it may be a file or a folder, so the return value is in the form of an array, which needs to be traversed by yourself.


System Drag Drop File For Windows in Code Plugins - UE Marketplace

After packing the running window and the message that the system file is dragged to the window in the PIE mode, the corresponding file address and folder address are obtained.

https://www.unrealengine.com/marketplace/product/3862a635707c40658b107b7a8f5c4756

相关文章
UE Load texture images at runtime Plugin description
UE Load texture images at runtime Plugin description
90 0
UE Select File / Folder Window 插件说明
UE Select File / Folder Window 插件说明
163 0
|
Windows
DTMultiWindow UE UMG Multi -window plug -in description
DTMultiWindow UE UMG Multi -window plug -in description
132 0
DT Slate Brush Browser Plug -in description
DT Slate Brush Browser Plug -in description
65 0
|
Windows
UE DTCmd Plug-in description
UE DTCmd Plug-in description
57 0
Anaconda Navigator:could not find or load the QT platform plugin "window in"
Anaconda Navigator:could not find or load the QT platform plugin "window in"
240 0
Anaconda Navigator:could not find or load the QT platform plugin "window in"
SAP WM 为Storage Type 004激活SUM报错 - Storage types without pick-point stor.type require partial pallet
SAP WM 为Storage Type 004激活SUM报错 - Storage types without pick-point stor.type require partial pallet
SAP WM 为Storage Type 004激活SUM报错 - Storage types without pick-point stor.type require partial pallet
Cannot find source code based button in SE24
When you are logging on to customer system for incident handling, you want to switch to source code to perform some keyword search. However, you could not find button “Source code based builder” in toolbar, with following warning message: ———————————————— 版权声明:本文为CSDN博主「汪子熙」的原创文章,遵循CC 4.0 BY-SA版权协
Cannot find source code based button in SE24
- Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as <script>, as t
vue.js报错如下: - Templates should only be responsible for mapping the state to the UI. Avoid placing tags with side-effects in your templates, such as , as they will not be parsed.
5645 1