UDatasmithObjectTemplate::GetDifference

Returns the difference between the object template of the Destination object and the SourceTemplate object template

Windows
MacOS
Linux

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

Syntax

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

Parameter

Description

Destination

The object to get the difference from

SourceTemplate

The object template to compare to.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss