Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/FActorMode
- ISceneOutlinerMode::ParseDragDrop()
- FActorMode::ParseDragDrop()
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/ActorMode.h |
| Include | #include "ActorMode.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/ActorMode.cpp |
virtual bool ParseDragDrop
(
FSceneOutlinerDragDropPayload & OutPayload,
const FDragDropOperation & Operation
) 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 |