Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/ObjectElements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UDatasmithObjectElement
- UDatasmithPostProcessElement
References
| Module | DatasmithImporter |
| Header | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/ObjectElements/DatasmithUObjectElements.h |
| Include | #include "ObjectElements/DatasmithUObjectElements.h" |
Syntax
UCLASS ()
class UDatasmithPostProcessElement : public UDatasmithObjectElement
Remarks
Functions
| Type | Name | Description | |
|---|---|---|---|
| float | GetCameraISO () |
Get camera ISO | |
| float | Get camera shutter speed in 1/seconds (ie: 60 = 1/60s) | ||
| FLinearColor | Set color filter in linear color scale | ||
| TWeakPtr< IDatasmithPostProcessElement > | |||
| float | GetDof () |
Get depth of field multiplier | |
| float | Get motion blur multiplier | ||
| float | Get color saturation | ||
| float | Get color filter temperature in Kelvin | ||
| float | GetVignette () |
Get vignette amount | |
| void | SetCameraISO
(
float CameraISO |
Set camera ISO | |
| void | SetCameraShutterSpeed
(
float CameraShutterSpeed |
Set camera shutter speed in 1/seconds (ie: 60 = 1/60s) | |
| void | SetColorFilter
(
FLinearColor ColorFilter |
Get color filter in linear color scale | |
| void | SetDatasmithPostProcessElement
(
const TSharedPtr< IDatasmithPostProcessElement >& InElement |
||
| void | SetDof
(
float Dof |
Set depth of field multiplier | |
| void | SetMotionBlur
(
float MotionBlur |
Set motion blur multiplier | |
| void | SetSaturation
(
float Saturation |
Set color saturation | |
| void | SetTemperature
(
float Temperature |
Set color filter temperature in Kelvin | |
| void | SetVignette
(
float Vignette |
Set vignette amount |
Overridden from UDatasmithObjectElement
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< IDatasmithElement > | TODO: They are not covariant because of the TWeakPtr, can't override in child. | ||
| bool | Is the Element still valid for the Datasmith Scene |