Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/FActorBrowsingMode
- ISceneOutlinerMode::ParseDragDrop()
- FActorBrowsingMode::ParseDragDrop()
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/ActorBrowsingMode.h |
| Include | #include "ActorBrowsingMode.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/ActorBrowsingMode.cpp |
virtual bool ParseDragDrop
&40;
FSceneOutlinerDragDropPayload & OutPayload,
const FDragDropOperation & Operation
&41; const
Remarks
Populates a drag/drop operation if the mode supports that type of operation. Returns true if the operation is supported by the mode
Parameters
| Name | Description |
|---|---|
| OutPayload | The payload data will be stored here after parsing |