UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
DatasmithDirectLinkTools.cpp File Reference

Macros

#define DS_ELEMENT_TYPE(x)
 

Functions

const TCHARGetElementTypeName (const IDatasmithElement *Element)
 
void DumpDatasmithScene (const TSharedRef< IDatasmithScene > &Scene, const TCHAR *BaseName)
 

Macro Definition Documentation

◆ DS_ELEMENT_TYPE

#define DS_ELEMENT_TYPE (   x)
Value:
if (Element->IsA(x)) \
{ \
return TEXT(#x); \
}
#define TEXT(x)
Definition Platform.h:1272

Function Documentation

◆ DumpDatasmithScene()

void DumpDatasmithScene ( const TSharedRef< IDatasmithScene > &  Scene,
const TCHAR BaseName 
)

◆ GetElementTypeName()

const TCHAR * GetElementTypeName ( const IDatasmithElement Element)