3#include <EditorFramework/DragDrop/DragDropHandler.h>
19 plString GetAssetsDocumentTypeName(
const plUuid& assetTypeGuid)
const;
21 bool IsSpecificAssetType(
const plDragDropInfo* pInfo,
const char* szType)
const;
Definition AssetDragDropHandler.h:8
Definition DragDropHandler.h:10
This type is used to provide plDragDropHandler instances with all the important information for a dra...
Definition DragDropInfo.h:16
This data type is the abstraction for 128-bit Uuid (also known as GUID) instances.
Definition Uuid.h:11
PL_FOUNDATION_DLL plUuid ConvertStringToUuid(plStringView sText)
Converts a string that was written with plConversionUtils::ToString(plUuid) back to an plUuid object.
Definition ConversionUtils.cpp:794