Navigation
API > API/Plugins > API/Plugins/DatasmithContent
| Name | FDatasmithPostProcessSettingsTemplate |
| Type | struct |
| Header File | /Engine/Plugins/Enterprise/DatasmithContent/Source/DatasmithContent/Public/ObjectTemplates/DatasmithCineCameraComponentTemplate.h |
| Include Path | #include "ObjectTemplates/DatasmithCineCameraComponentTemplate.h" |
Syntax
USTRUCT ()
struct FDatasmithPostProcessSettingsTemplate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithPostProcessSettingsTemplate() |
ObjectTemplates/DatasmithCineCameraComponentTemplate.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AutoExposureMethod | TEnumAsByte< enum EAutoExposureMethod > | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| bOverride_AutoExposureMethod | uint32 | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| bOverride_CameraISO | uint32 | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| bOverride_CameraShutterSpeed | uint32 | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| bOverride_ColorSaturation | uint32 | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| bOverride_DepthOfFieldFstop | uint8 | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| bOverride_VignetteIntensity | uint32 | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| bOverride_WhiteTemp | uint32 | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| CameraISO | float | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| CameraShutterSpeed | float | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| ColorSaturation | FVector4 | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| DepthOfFieldFstop | float | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| VignetteIntensity | float | ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
| WhiteTemp | float | ObjectTemplates/DatasmithCineCameraComponentTemplate.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Apply
(
FPostProcessSettings* Destination, |
ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
bool Equals
(
const FDatasmithPostProcessSettingsTemplate& Other |
ObjectTemplates/DatasmithCineCameraComponentTemplate.h | ||
void Load
(
const FPostProcessSettings& Source |
ObjectTemplates/DatasmithCineCameraComponentTemplate.h |