Lost Ark SDK  1.148.153.0
SDK::FPostProcessSettings Struct Reference

#include <LA_Engine_structs.hpp>

Collaboration diagram for SDK::FPostProcessSettings:

Public Attributes

unsigned long bOverride_EnableBloom: 1
 
unsigned long bOverride_EnableDOF: 1
 
unsigned long bOverride_EnableMotionBlur: 1
 
unsigned long bOverride_EnableSceneEffect: 1
 
unsigned long bOverride_AllowAmbientOcclusion: 1
 
unsigned long bOverride_OverrideRimShaderColor: 1
 
unsigned long bOverride_Bloom_Scale: 1
 
unsigned long bOverride_Bloom_Threshold: 1
 
unsigned long bOverride_Bloom_Tint: 1
 
unsigned long bOverride_Bloom_ScreenBlendThreshold: 1
 
unsigned long bOverride_Bloom_InterpolationDuration: 1
 
unsigned long bOverride_DOF_FalloffExponent: 1
 
unsigned long bOverride_DOF_BlurKernelSize: 1
 
unsigned long bOverride_DOF_BlurBloomKernelSize: 1
 
unsigned long bOverride_DOF_MaxNearBlurAmount: 1
 
unsigned long bOverride_DOF_MinBlurAmount: 1
 
unsigned long bOverride_DOF_MaxFarBlurAmount: 1
 
unsigned long bOverride_DOF_FocusType: 1
 
unsigned long bOverride_DOF_FocusInnerRadius: 1
 
unsigned long bOverride_DOF_FocusDistance: 1
 
unsigned long bOverride_DOF_FocusPosition: 1
 
unsigned long bOverride_DOF_InterpolationDuration: 1
 
unsigned long bOverride_DOF_BokehTexture: 1
 
unsigned long bOverride_MotionBlur_MaxVelocity: 1
 
unsigned long bOverride_MotionBlur_Amount: 1
 
unsigned long bOverride_MotionBlur_FullMotionBlur: 1
 
unsigned long bOverride_MotionBlur_CameraRotationThreshold: 1
 
unsigned long bOverride_MotionBlur_CameraTranslationThreshold: 1
 
unsigned long bOverride_MotionBlur_InterpolationDuration: 1
 
unsigned long bOverride_Scene_Desaturation: 1
 
unsigned long bOverride_Scene_Colorize: 1
 
unsigned long bOverride_Scene_TonemapperScale: 1
 
unsigned long bOverride_Scene_TonemapperRange: 1
 
unsigned long bOverride_Scene_TonemapperToeFactor: 1
 
unsigned long bOverride_Scene_ImageGrainScale: 1
 
unsigned long bOverride_Scene_HighLights: 1
 
unsigned long bOverride_Scene_MidTones: 1
 
unsigned long bOverride_Scene_Shadows: 1
 
unsigned long bOverride_Scene_InterpolationDuration: 1
 
unsigned long bOverride_Scene_ColorGradingLUT: 1
 
unsigned long bOverride_RimShader_Color: 1
 
unsigned long bOverride_RimShader_InterpolationDuration: 1
 
unsigned long bOverride_AmbientOcclusion_OcclusionScale: 1
 
unsigned long bOverride_AmbientOcclusion_OcclusionPower: 1
 
unsigned long bOverride_AmbientOcclusion_InterpolationDuration: 1
 
unsigned long bOverride_MobileColorGrading: 1
 
unsigned long bEnableBloom: 1
 
unsigned long bEnableDOF: 1
 
unsigned long bEnableMotionBlur: 1
 
unsigned long bEnableSceneEffect: 1
 
unsigned long bAllowAmbientOcclusion: 1
 
unsigned long bOverrideRimShaderColor: 1
 
float Bloom_Scale
 
float Bloom_Threshold
 
struct FColor Bloom_Tint
 
float Bloom_ScreenBlendThreshold
 
float Bloom_InterpolationDuration
 
float DOF_BlurBloomKernelSize
 
float DOF_FalloffExponent
 
float DOF_BlurKernelSize
 
float DOF_MaxNearBlurAmount
 
float DOF_MinBlurAmount
 
float DOF_MaxFarBlurAmount
 
TEnumAsByte< EFocusTypeDOF_FocusType
 
unsigned char UnknownData00 [0x3]
 
float DOF_FocusInnerRadius
 
float DOF_FocusDistance
 
struct FVector DOF_FocusPosition
 
float DOF_InterpolationDuration
 
class UTexture2DDOF_BokehTexture
 
float MotionBlur_MaxVelocity
 
float MotionBlur_Amount
 
unsigned long MotionBlur_FullMotionBlur: 1
 
float MotionBlur_CameraRotationThreshold
 
float MotionBlur_CameraTranslationThreshold
 
float MotionBlur_InterpolationDuration
 
float Scene_Desaturation
 
struct FVector Scene_Colorize
 
float Scene_TonemapperScale
 
float Scene_TonemapperRange
 
float Scene_TonemapperToeFactor
 
float Scene_ImageGrainScale
 
struct FVector Scene_HighLights
 
struct FVector Scene_MidTones
 
struct FVector Scene_Shadows
 
float Scene_InterpolationDuration
 
struct FLinearColor RimShader_Color
 
float RimShader_InterpolationDuration
 
float AmbientOcclusion_OcclusionScale
 
float AmbientOcclusion_OcclusionPower
 
float AmbientOcclusion_InterpolationDuration
 
class UTextureColorGrading_LookupTable
 
struct FLUTBlender ColorGradingLUT
 
struct FMobileColorGradingParams MobileColorGrading
 
struct FMobilePostProcessSettings MobilePostProcess
 

Member Data Documentation

◆ AmbientOcclusion_InterpolationDuration

float SDK::FPostProcessSettings::AmbientOcclusion_InterpolationDuration

◆ AmbientOcclusion_OcclusionPower

float SDK::FPostProcessSettings::AmbientOcclusion_OcclusionPower

◆ AmbientOcclusion_OcclusionScale

float SDK::FPostProcessSettings::AmbientOcclusion_OcclusionScale

◆ bAllowAmbientOcclusion

unsigned long SDK::FPostProcessSettings::bAllowAmbientOcclusion

◆ bEnableBloom

unsigned long SDK::FPostProcessSettings::bEnableBloom

◆ bEnableDOF

unsigned long SDK::FPostProcessSettings::bEnableDOF

◆ bEnableMotionBlur

unsigned long SDK::FPostProcessSettings::bEnableMotionBlur

◆ bEnableSceneEffect

unsigned long SDK::FPostProcessSettings::bEnableSceneEffect

◆ Bloom_InterpolationDuration

float SDK::FPostProcessSettings::Bloom_InterpolationDuration

◆ Bloom_Scale

float SDK::FPostProcessSettings::Bloom_Scale

◆ Bloom_ScreenBlendThreshold

float SDK::FPostProcessSettings::Bloom_ScreenBlendThreshold

◆ Bloom_Threshold

float SDK::FPostProcessSettings::Bloom_Threshold

◆ Bloom_Tint

struct FColor SDK::FPostProcessSettings::Bloom_Tint

◆ bOverride_AllowAmbientOcclusion

unsigned long SDK::FPostProcessSettings::bOverride_AllowAmbientOcclusion

◆ bOverride_AmbientOcclusion_InterpolationDuration

unsigned long SDK::FPostProcessSettings::bOverride_AmbientOcclusion_InterpolationDuration

◆ bOverride_AmbientOcclusion_OcclusionPower

unsigned long SDK::FPostProcessSettings::bOverride_AmbientOcclusion_OcclusionPower

◆ bOverride_AmbientOcclusion_OcclusionScale

unsigned long SDK::FPostProcessSettings::bOverride_AmbientOcclusion_OcclusionScale

◆ bOverride_Bloom_InterpolationDuration

unsigned long SDK::FPostProcessSettings::bOverride_Bloom_InterpolationDuration

◆ bOverride_Bloom_Scale

unsigned long SDK::FPostProcessSettings::bOverride_Bloom_Scale

◆ bOverride_Bloom_ScreenBlendThreshold

unsigned long SDK::FPostProcessSettings::bOverride_Bloom_ScreenBlendThreshold

◆ bOverride_Bloom_Threshold

unsigned long SDK::FPostProcessSettings::bOverride_Bloom_Threshold

◆ bOverride_Bloom_Tint

unsigned long SDK::FPostProcessSettings::bOverride_Bloom_Tint

◆ bOverride_DOF_BlurBloomKernelSize

unsigned long SDK::FPostProcessSettings::bOverride_DOF_BlurBloomKernelSize

◆ bOverride_DOF_BlurKernelSize

unsigned long SDK::FPostProcessSettings::bOverride_DOF_BlurKernelSize

◆ bOverride_DOF_BokehTexture

unsigned long SDK::FPostProcessSettings::bOverride_DOF_BokehTexture

◆ bOverride_DOF_FalloffExponent

unsigned long SDK::FPostProcessSettings::bOverride_DOF_FalloffExponent

◆ bOverride_DOF_FocusDistance

unsigned long SDK::FPostProcessSettings::bOverride_DOF_FocusDistance

◆ bOverride_DOF_FocusInnerRadius

unsigned long SDK::FPostProcessSettings::bOverride_DOF_FocusInnerRadius

◆ bOverride_DOF_FocusPosition

unsigned long SDK::FPostProcessSettings::bOverride_DOF_FocusPosition

◆ bOverride_DOF_FocusType

unsigned long SDK::FPostProcessSettings::bOverride_DOF_FocusType

◆ bOverride_DOF_InterpolationDuration

unsigned long SDK::FPostProcessSettings::bOverride_DOF_InterpolationDuration

◆ bOverride_DOF_MaxFarBlurAmount

unsigned long SDK::FPostProcessSettings::bOverride_DOF_MaxFarBlurAmount

◆ bOverride_DOF_MaxNearBlurAmount

unsigned long SDK::FPostProcessSettings::bOverride_DOF_MaxNearBlurAmount

◆ bOverride_DOF_MinBlurAmount

unsigned long SDK::FPostProcessSettings::bOverride_DOF_MinBlurAmount

◆ bOverride_EnableBloom

unsigned long SDK::FPostProcessSettings::bOverride_EnableBloom

◆ bOverride_EnableDOF

unsigned long SDK::FPostProcessSettings::bOverride_EnableDOF

◆ bOverride_EnableMotionBlur

unsigned long SDK::FPostProcessSettings::bOverride_EnableMotionBlur

◆ bOverride_EnableSceneEffect

unsigned long SDK::FPostProcessSettings::bOverride_EnableSceneEffect

◆ bOverride_MobileColorGrading

unsigned long SDK::FPostProcessSettings::bOverride_MobileColorGrading

◆ bOverride_MotionBlur_Amount

unsigned long SDK::FPostProcessSettings::bOverride_MotionBlur_Amount

◆ bOverride_MotionBlur_CameraRotationThreshold

unsigned long SDK::FPostProcessSettings::bOverride_MotionBlur_CameraRotationThreshold

◆ bOverride_MotionBlur_CameraTranslationThreshold

unsigned long SDK::FPostProcessSettings::bOverride_MotionBlur_CameraTranslationThreshold

◆ bOverride_MotionBlur_FullMotionBlur

unsigned long SDK::FPostProcessSettings::bOverride_MotionBlur_FullMotionBlur

◆ bOverride_MotionBlur_InterpolationDuration

unsigned long SDK::FPostProcessSettings::bOverride_MotionBlur_InterpolationDuration

◆ bOverride_MotionBlur_MaxVelocity

unsigned long SDK::FPostProcessSettings::bOverride_MotionBlur_MaxVelocity

◆ bOverride_OverrideRimShaderColor

unsigned long SDK::FPostProcessSettings::bOverride_OverrideRimShaderColor

◆ bOverride_RimShader_Color

unsigned long SDK::FPostProcessSettings::bOverride_RimShader_Color

◆ bOverride_RimShader_InterpolationDuration

unsigned long SDK::FPostProcessSettings::bOverride_RimShader_InterpolationDuration

◆ bOverride_Scene_ColorGradingLUT

unsigned long SDK::FPostProcessSettings::bOverride_Scene_ColorGradingLUT

◆ bOverride_Scene_Colorize

unsigned long SDK::FPostProcessSettings::bOverride_Scene_Colorize

◆ bOverride_Scene_Desaturation

unsigned long SDK::FPostProcessSettings::bOverride_Scene_Desaturation

◆ bOverride_Scene_HighLights

unsigned long SDK::FPostProcessSettings::bOverride_Scene_HighLights

◆ bOverride_Scene_ImageGrainScale

unsigned long SDK::FPostProcessSettings::bOverride_Scene_ImageGrainScale

◆ bOverride_Scene_InterpolationDuration

unsigned long SDK::FPostProcessSettings::bOverride_Scene_InterpolationDuration

◆ bOverride_Scene_MidTones

unsigned long SDK::FPostProcessSettings::bOverride_Scene_MidTones

◆ bOverride_Scene_Shadows

unsigned long SDK::FPostProcessSettings::bOverride_Scene_Shadows

◆ bOverride_Scene_TonemapperRange

unsigned long SDK::FPostProcessSettings::bOverride_Scene_TonemapperRange

◆ bOverride_Scene_TonemapperScale

unsigned long SDK::FPostProcessSettings::bOverride_Scene_TonemapperScale

◆ bOverride_Scene_TonemapperToeFactor

unsigned long SDK::FPostProcessSettings::bOverride_Scene_TonemapperToeFactor

◆ bOverrideRimShaderColor

unsigned long SDK::FPostProcessSettings::bOverrideRimShaderColor

◆ ColorGrading_LookupTable

class UTexture* SDK::FPostProcessSettings::ColorGrading_LookupTable

◆ ColorGradingLUT

struct FLUTBlender SDK::FPostProcessSettings::ColorGradingLUT

◆ DOF_BlurBloomKernelSize

float SDK::FPostProcessSettings::DOF_BlurBloomKernelSize

◆ DOF_BlurKernelSize

float SDK::FPostProcessSettings::DOF_BlurKernelSize

◆ DOF_BokehTexture

class UTexture2D* SDK::FPostProcessSettings::DOF_BokehTexture

◆ DOF_FalloffExponent

float SDK::FPostProcessSettings::DOF_FalloffExponent

◆ DOF_FocusDistance

float SDK::FPostProcessSettings::DOF_FocusDistance

◆ DOF_FocusInnerRadius

float SDK::FPostProcessSettings::DOF_FocusInnerRadius

◆ DOF_FocusPosition

struct FVector SDK::FPostProcessSettings::DOF_FocusPosition

◆ DOF_FocusType

TEnumAsByte<EFocusType> SDK::FPostProcessSettings::DOF_FocusType

◆ DOF_InterpolationDuration

float SDK::FPostProcessSettings::DOF_InterpolationDuration

◆ DOF_MaxFarBlurAmount

float SDK::FPostProcessSettings::DOF_MaxFarBlurAmount

◆ DOF_MaxNearBlurAmount

float SDK::FPostProcessSettings::DOF_MaxNearBlurAmount

◆ DOF_MinBlurAmount

float SDK::FPostProcessSettings::DOF_MinBlurAmount

◆ MobileColorGrading

struct FMobileColorGradingParams SDK::FPostProcessSettings::MobileColorGrading

◆ MobilePostProcess

struct FMobilePostProcessSettings SDK::FPostProcessSettings::MobilePostProcess

◆ MotionBlur_Amount

float SDK::FPostProcessSettings::MotionBlur_Amount

◆ MotionBlur_CameraRotationThreshold

float SDK::FPostProcessSettings::MotionBlur_CameraRotationThreshold

◆ MotionBlur_CameraTranslationThreshold

float SDK::FPostProcessSettings::MotionBlur_CameraTranslationThreshold

◆ MotionBlur_FullMotionBlur

unsigned long SDK::FPostProcessSettings::MotionBlur_FullMotionBlur

◆ MotionBlur_InterpolationDuration

float SDK::FPostProcessSettings::MotionBlur_InterpolationDuration

◆ MotionBlur_MaxVelocity

float SDK::FPostProcessSettings::MotionBlur_MaxVelocity

◆ RimShader_Color

struct FLinearColor SDK::FPostProcessSettings::RimShader_Color

◆ RimShader_InterpolationDuration

float SDK::FPostProcessSettings::RimShader_InterpolationDuration

◆ Scene_Colorize

struct FVector SDK::FPostProcessSettings::Scene_Colorize

◆ Scene_Desaturation

float SDK::FPostProcessSettings::Scene_Desaturation

◆ Scene_HighLights

struct FVector SDK::FPostProcessSettings::Scene_HighLights

◆ Scene_ImageGrainScale

float SDK::FPostProcessSettings::Scene_ImageGrainScale

◆ Scene_InterpolationDuration

float SDK::FPostProcessSettings::Scene_InterpolationDuration

◆ Scene_MidTones

struct FVector SDK::FPostProcessSettings::Scene_MidTones

◆ Scene_Shadows

struct FVector SDK::FPostProcessSettings::Scene_Shadows

◆ Scene_TonemapperRange

float SDK::FPostProcessSettings::Scene_TonemapperRange

◆ Scene_TonemapperScale

float SDK::FPostProcessSettings::Scene_TonemapperScale

◆ Scene_TonemapperToeFactor

float SDK::FPostProcessSettings::Scene_TonemapperToeFactor

◆ UnknownData00

unsigned char SDK::FPostProcessSettings::UnknownData00[0x3]

The documentation for this struct was generated from the following file: