diff --git a/Content/Config/BP_TajsGraph_Config.uasset b/Content/Config/BP_TajsGraph_Config.uasset index 8a3b555..9d667bd 100644 Binary files a/Content/Config/BP_TajsGraph_Config.uasset and b/Content/Config/BP_TajsGraph_Config.uasset differ diff --git a/Content/Config/BP_TajsGraph_ConfigStruct.uasset b/Content/Config/BP_TajsGraph_ConfigStruct.uasset index 41eacdd..a04560b 100644 Binary files a/Content/Config/BP_TajsGraph_ConfigStruct.uasset and b/Content/Config/BP_TajsGraph_ConfigStruct.uasset differ diff --git a/Content/Config/BP_TajsGraph_ConfigStruct_DevSection.uasset b/Content/Config/BP_TajsGraph_ConfigStruct_DevSection.uasset index e77386c..d86bd6b 100644 Binary files a/Content/Config/BP_TajsGraph_ConfigStruct_DevSection.uasset and b/Content/Config/BP_TajsGraph_ConfigStruct_DevSection.uasset differ diff --git a/Content/Config/BP_TajsGraph_ConfigStruct_GeneralRenderingSection.uasset b/Content/Config/BP_TajsGraph_ConfigStruct_GeneralRenderingSection.uasset index 5e133d6..e2c160c 100644 Binary files a/Content/Config/BP_TajsGraph_ConfigStruct_GeneralRenderingSection.uasset and b/Content/Config/BP_TajsGraph_ConfigStruct_GeneralRenderingSection.uasset differ diff --git a/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection.uasset b/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection.uasset index 16a798f..c5c96d7 100644 Binary files a/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection.uasset and b/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection.uasset differ diff --git a/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection_AsyncLumenSection.uasset b/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection_AsyncLumenSection.uasset index 386733f..339a670 100644 Binary files a/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection_AsyncLumenSection.uasset and b/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection_AsyncLumenSection.uasset differ diff --git a/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection_LumenReflectionsSection.uasset b/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection_LumenReflectionsSection.uasset index e603509..57ee518 100644 Binary files a/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection_LumenReflectionsSection.uasset and b/Content/Config/BP_TajsGraph_ConfigStruct_LumenSection_LumenReflectionsSection.uasset differ diff --git a/Content/Config/BP_TajsGraph_ConfigStruct_OtherSection.uasset b/Content/Config/BP_TajsGraph_ConfigStruct_OtherSection.uasset index cb6d7a9..44d9a22 100644 Binary files a/Content/Config/BP_TajsGraph_ConfigStruct_OtherSection.uasset and b/Content/Config/BP_TajsGraph_ConfigStruct_OtherSection.uasset differ diff --git a/Content/Config/BP_TajsGraph_ConfigStruct_PoolLightSection.uasset b/Content/Config/BP_TajsGraph_ConfigStruct_PoolLightSection.uasset index 6c4594b..2434658 100644 Binary files a/Content/Config/BP_TajsGraph_ConfigStruct_PoolLightSection.uasset and b/Content/Config/BP_TajsGraph_ConfigStruct_PoolLightSection.uasset differ diff --git a/Content/Config/BP_TajsGraph_ConfigStruct_ShadowsSection.uasset b/Content/Config/BP_TajsGraph_ConfigStruct_ShadowsSection.uasset index ff289e4..a511326 100644 Binary files a/Content/Config/BP_TajsGraph_ConfigStruct_ShadowsSection.uasset and b/Content/Config/BP_TajsGraph_ConfigStruct_ShadowsSection.uasset differ diff --git a/Source/BP_TajsGraph_ConfigStruct.h b/Source/BP_TajsGraph_ConfigStruct.h index 021de59..1846b78 100644 --- a/Source/BP_TajsGraph_ConfigStruct.h +++ b/Source/BP_TajsGraph_ConfigStruct.h @@ -42,6 +42,9 @@ struct FBP_TajsGraph_ConfigStruct_LumenSection_LumenReflectionsSection { UPROPERTY(BlueprintReadWrite) bool TranslucentSurfaceReflections{}; + + UPROPERTY(BlueprintReadWrite) + bool ScreenSpaceReconstructionTonemap{}; }; USTRUCT(BlueprintType)