Navigation
API > API/Runtime > API/Runtime/SlateCore
When using the widget reflector, it may be necessary to make some widgets non-pickable, like the debug canvas.
| Name | FInvisibleToWidgetReflectorMetaData |
| Type | class |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Types/InvisibleToWidgetReflectorMetaData.h |
| Include Path | #include "Types/InvisibleToWidgetReflectorMetaData.h" |
Syntax
class FInvisibleToWidgetReflectorMetaData : public ISlateMetaData
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FInvisibleToWidgetReflectorMetaData() |
Types/InvisibleToWidgetReflectorMetaData.h |
Functions
Public
Overridden from ISlateMetaData
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsOfTypeImpl
(
const FName& Type |
Checks whether this drag and drop operation can cast safely to the specified type. | Types/InvisibleToWidgetReflectorMetaData.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FName & GetTypeId() |
Types/InvisibleToWidgetReflectorMetaData.h |