UDatasmithObjectTemplate::LoadRebase

Fills this template properties with the values from the Source object after rebasing (changing its parent) with the base object defined in BaseTemplate.

Windows
MacOS
Linux

Override Hierarchy

UDatasmithObjectTemplate::LoadRebase()

UDatasmithMaterialInstanceTemplate::LoadRebase()

References

Module

DatasmithContent

Header

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

Include

#include "ObjectTemplates/DatasmithObjectTemplate.h"

Syntax

virtual void LoadRebase
(
    const UObject * Source,
    const UDatasmithObjectTemplate * BaseTemplate,
    bool bLoadDiff
)

Remarks

Fills this template properties with the values from the Source object after rebasing (changing its parent) with the base object defined in BaseTemplate.

Parameters

Parameter

Description

Source

The object to get the template from.

BaseTemplate

The template which is using a different base object. Its base will be used to rebase the template.

bMergeTemplate

If True, the loaded template will merge the changes contained in the BaseTemplate as well.

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