ISlateMetaData

Base class for all slate metadata

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Types/ISlateMetaData.h

Include

#include "Types/ISlateMetaData.h"

Syntax

class ISlateMetaData

Remarks

Base class for all slate metadata

Destructors

Name Description

Public function Virtual

~ISlateMetaData()

Virtual destructor.

Functions

Name Description

Public function Const

bool

 

IsOfType()

Check if this metadata operation can cast safely to the specified template type

Protected function Virtual Const

bool

 

IsOfTypeImpl

(
    const FName& Type
)

Checks whether this drag and drop operation can cast safely to the specified type.

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