Navigation
Unreal Engine C++ API Reference > Plugins > DatasmithContent > ObjectTemplates > UDatasmithCineCameraActorTemplate
- UDatasmithObjectTemplate::UpdateObject()
- UDatasmithCineCameraActorTemplate::UpdateObject()
References
Module | DatasmithContent |
Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithCineCameraActorTemplate.h |
Include | #include "ObjectTemplates/DatasmithCineCameraActorTemplate.h" |
Source | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Private/ObjectTemplates/DatasmithCineCameraActorTemplate.cpp |
virtual UObject &42; UpdateObject
&40;
UObject &42; Destination,
bool bForce
&41;
Remarks
Updates the Destination object with the values stored in the object template The UObject on which the object template could be set on. Returns nullptr if the update has failed
Parameters
Name | 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. |