Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FGCObject
- FLevelEditorDragDropWorldSurrogateReferencingObject
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/LevelEditorDragDropHandler.h |
| Include | #include "LevelEditorDragDropHandler.h" |
Syntax
struct FLevelEditorDragDropWorldSurrogateReferencingObject : public FGCObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< const UObject > | SurrogateObject |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLevelEditorDragDropWorldSurrogateReferencingObject
(
const UObject* InSurrogateObject |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UObject * | GetValue () |
||
| bool | IsValid () |
||
| bool | OnPostDropObjects
(
UWorld* World, |
||
| bool | OnPreDropObjects
(
UWorld* World, |
Overridden from FGCObject
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
Pure virtual that must be overloaded by the inheriting class. | |
| FString | Overload this method to report a name for your referencer |