FDragValidationInfo

Struct used for validation of a drag/drop operation in the scene outliner

Windows
MacOS
Linux

References

Module

SceneOutliner

Header

/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDragDrop.h

Include

#include "SceneOutlinerDragDrop.h"

Syntax

struct FDragValidationInfo

Remarks

Struct used for validation of a drag/drop operation in the scene outliner

Variables

Name Description

Public variable

FActorDragDropG...

 

TooltipType

The tooltip type to display on the operation

Public variable

FText

 

ValidationText

The tooltip text to display on the operation

Constructors

Name Description

Public function

FDragValidationInfo

(
    const FActorDragDropGraphEdOp::Tool...,
    const FText InValidationText
)

Construct this validation information out of a tootip type and some text

Functions

Name Description

Public function Static

FDragValidat...

 

Invalid()

Return a generic invalid result

Public function Const

bool

 

IsValid()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss