Navigation
API > API/Plugins > API/Plugins/DatasmithContent > API/Plugins/DatasmithContent/ObjectTemplates
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDatasmithObjectTemplate
- UDatasmithCineCameraComponentTemplate
References
| Module | DatasmithContent |
| Header | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithCineCameraComponentTemplate.h |
| Include | #include "ObjectTemplates/DatasmithCineCameraComponentTemplate.h" |
Syntax
UCLASS&40;&41;
class UDatasmithCineCameraComponentTemplate : public UDatasmithObjectTemplate
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CurrentAperture | ||
| float | CurrentFocalLength | ||
| FDatasmithCameraFilmbackSettingsTemplate | FilmbackSettings | ||
| FDatasmithCameraFocusSettingsTemplate | FocusSettings | ||
| FDatasmithCameraLensSettingsTemplate | LensSettings | ||
| FDatasmithPostProcessSettingsTemplate | PostProcessSettings |
Overridden from UDatasmithObjectTemplate
| Type | Name | Description | |
|---|---|---|---|
| bool | Equals
(
const UDatasmithObjectTemplate* Other |
Returns if this template equals another template of the same type. | |
| void | Fills this template properties with the values from the Source object. | ||
| UObject * | UpdateObject
(
UObject* Destination, |
Updates the Destination object with the values stored in the object template |