UDatasmithMaterialInstanceTemplate::HasSameBase

Returns if this template has the same base as another template of the same type, this indicates if their diffs can be safely compared.

Windows
MacOS
Linux

Override Hierarchy

UDatasmithObjectTemplate::HasSameBase()

UDatasmithMaterialInstanceTemplate::HasSameBase()

References

Module

DatasmithContent

Header

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithMaterialInstanceTemplate.h

Include

#include "ObjectTemplates/DatasmithMaterialInstanceTemplate.h"

Source

/Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Private/ObjectTemplates/DatasmithMaterialInstanceTemplate.cpp

Syntax

virtual bool HasSameBase
(
    const UDatasmithObjectTemplate * Other
) const

Remarks

Returns if this template has the same base as another template of the same type, this indicates if their diffs can be safely compared.

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