Navigation
API > API/Editor > API/Editor/StructUtilsEditor
State of the drop, useful for source-is-target validation on details rows.
| Name | EPropertyBagDropState |
| Type | enum |
| Header File | /Engine/Source/Editor/StructUtilsEditor/Public/PropertyBagDragDropHandler.h |
| Include Path | #include "PropertyBagDragDropHandler.h" |
Syntax
enum EPropertyBagDropState
{
Invalid,
Valid,
SourceIsTarget,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Valid | |
| SourceIsTarget |