Navigation
Unreal Engine C++ API Reference > 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 &42; GetDifference
&40;
UObject &42; Destination,
UDatasmithObjectTemplate &42; Source
&41;
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. |