UDatasmithSkyLightComponentTemplate::UpdateObject

Updates the Destination object with the values stored in the object template

Windows
MacOS
Linux

Override Hierarchy

UDatasmithObjectTemplate::UpdateObject()

UDatasmithSkyLightComponentTemplate::UpdateObject()

References

Module

DatasmithContent

Header

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

Include

#include "ObjectTemplates/DatasmithSkyLightComponentTemplate.h"

Source

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

Syntax

virtual UObject * UpdateObject
(
    UObject * Destination,
    bool bForce
)

Remarks

Updates the Destination object with the values stored in the object template

Returns

The UObject on which the object template could be set on. Returns nullptr if the update has failed

Parameters

Parameter

Description

Destination

The object to apply this template to

bForce

Force the update of the template on all properties, even if they were changed from the previous template values.

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