![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
Base class for all slate metadata
|
inlinevirtual |
Virtual destructor.
|
inline |
Check if this metadata operation can cast safely to the specified template type
Checks whether this drag and drop operation can cast safely to the specified type.