UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISlateMetaData Class Reference

#include <ISlateMetaData.h>

+ Inheritance diagram for ISlateMetaData:

Public Member Functions

template<class TType >
bool IsOfType () const
 
virtual ~ISlateMetaData ()
 

Protected Member Functions

virtual bool IsOfTypeImpl (const FName &Type) const
 

Detailed Description

Base class for all slate metadata

Constructor & Destructor Documentation

◆ ~ISlateMetaData()

virtual ISlateMetaData::~ISlateMetaData ( )
inlinevirtual

Virtual destructor.

Member Function Documentation

◆ IsOfType()

template<class TType >
bool ISlateMetaData::IsOfType ( ) const
inline

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

◆ IsOfTypeImpl()

virtual bool ISlateMetaData::IsOfTypeImpl ( const FName Type) const
inlineprotectedvirtual

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


The documentation for this class was generated from the following file: