Navigation
API > API/Editor > API/Editor/SceneOutliner
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDragDrop.h |
| Include | #include "SceneOutlinerDragDrop.h" |
Syntax
struct FSceneOutlinerDragValidationInfo
Remarks
Struct used for validation of a drag/drop operation in the scene outliner
Variables
| Type | Name | Description | |
|---|---|---|---|
| ESceneOutlinerDropCompatibility | CompatibilityType | The tooltip type to display on the operation | |
| FText | ValidationText | The tooltip text to display on the operation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSceneOutlinerDragValidationInfo
(
const ESceneOutlinerDropCompatibility InCompatibilityType, |
Construct this validation information out of a tootip type and some text |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSceneOutlinerDragValidationInfo | Invalid () |
Return a generic invalid result | |
| bool | IsValid () |