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