Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorViewportClient
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportClient.h |
| Include | #include "EditorViewportClient.h" |
Syntax
struct FDropObjectOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCreateDropPreview | If true, a drop preview will be spawned instead of a normal result. | |
| bool | bOnlyDropOnTarget | Flag that when true, will only attempt a drop on the actor targeted by the mouse position. Defaults to false. | |
| bool | bSelectOutput | If true, select the newly dropped elements. | |
| TScriptInterface< IAssetFactoryInterface > | FactoryToUse | The preferred factory to use (optional) |
Constructors
| Type | Name | Description | |
|---|---|---|---|