Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/ObjectTemplates > API/Plugins/DatasmithContent/ObjectTemplates/UDatasmithObjectTemplate
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithObjectTemplate.h |
| Include | #include "ObjectTemplates/DatasmithObjectTemplate.h" |
| Source | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Private/ObjectTemplates/DatasmithObjectTemplate.cpp |
static UDatasmithObjectTemplate * GetDifference
(
UObject * Destination,
UDatasmithObjectTemplate * Source
)
Remarks
Returns the difference between the object template of the Destination object and the SourceTemplate object template
Parameters
| Name | Description |
|---|---|
| Destination | The object to get the difference from |
| SourceTemplate | The object template to compare to. |