Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FLevelEditorViewportClient
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool DropObjectsAtCoordinates
(
int32 MouseX, |
Attempts to intelligently drop the given objects in the viewport, using the given mouse coordinates local to this viewport | LevelEditorViewport.h | |
virtual bool DropObjectsAtCoordinates
(
int32 MouseX, |
LevelEditorViewport.h |
DropObjectsAtCoordinates(int32, int32, const TArray< UObject * > &, TArray< FTypedElementHandle > &, const FDropObjectOptions &)
Description
Attempts to intelligently drop the given objects in the viewport, using the given mouse coordinates local to this viewport
| Name | DropObjectsAtCoordinates |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h |
| Include Path | #include "LevelEditorViewport.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp |
virtual bool DropObjectsAtCoordinates
(
int32 MouseX,
int32 MouseY,
const TArray < UObject * > & DroppedObjects,
TArray < FTypedElementHandle > & OutNewItems,
const FDropObjectOptions & Options
)
Parameters
| Name | Remarks |
|---|---|
| MouseX | The position of the mouse's X coordinate |
| MouseY | The position of the mouse's Y coordinate |
| DroppedObjects | The asset objects to be placed into the editor via this viewport |
| OutNewItems | The new items that were created |
| Options | Additional options |
DropObjectsAtCoordinates(int32, int32, const TArray< UObject > &, TArray< AActor > &, bool, bool, bool, UActorFactory *)
| Name | DropObjectsAtCoordinates |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h |
| Include Path | #include "LevelEditorViewport.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp |
virtual bool DropObjectsAtCoordinates
(
int32 MouseX,
int32 MouseY,
const TArray < UObject * > & DroppedObjects,
TArray < AActor * > & OutNewActors,
bool bOnlyDropOnTarget,
bool bCreateDropPreview,
bool bSelectActors,
UActorFactory * FactoryToUse
)