| ISceneGraphNode
|
Module |
|
Header |
/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/IDatasmithSceneElements.h |
Include |
#include "IDatasmithSceneElements.h" |
class IDatasmithPostProcessElement : public IDatasmithElement
Name | Description | ||
---|---|---|---|
|
float |
GetCameraISO() |
Get camera ISO |
|
float |
GetCameraShutterSpeed() |
The camera shutter speed in 1/seconds (ie: 60 = 1/60s) |
|
GetColorFilter() |
Set color filter in linear color scale |
|
|
float |
GetDepthOfFieldFstop() |
Defines the opening of the camera lens, Aperture is 1/fstop, typical lens go down to f/1.2 (large opening), larger numbers reduce the DOF effect |
|
float |
GetDof() |
Get depth of field multiplier |
|
float |
GetMotionBlur() |
Get motion blur multiplier |
|
float |
GetSaturation() |
Get color saturation |
|
float |
GetTemperature() |
Get color filter temperature in Kelvin |
|
float |
GetVignette() |
Get vignette amount |
|
void |
SetCameraISO ( |
Set camera ISO |
|
void |
SetCameraShutterSpeed ( |
|
|
void |
SetColorFilter ( |
Get color filter in linear color scale |
|
void |
SetDepthOfFieldFstop ( |
|
|
void |
SetDof ( |
Set depth of field multiplier |
|
void |
SetMotionBlur ( |
Set motion blur multiplier |
|
void |
SetSaturation ( |
Set color saturation |
|
void |
SetTemperature ( |
Set color filter temperature in Kelvin |
|
void |
SetVignette ( |
Set vignette amount |