Skip to content

Commit

Permalink
Some new config settings
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory <tajemniktv@outlook.com>
  • Loading branch information
tajemniktv committed Feb 2, 2025
1 parent e99e35f commit ac0053e
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 0 deletions.
Binary file modified Content/Config/BP_TajsGraph_Config.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_DevSection.uasset
Binary file not shown.
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_LumenSection.uasset
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_OtherSection.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_PoolLightSection.uasset
Binary file not shown.
Binary file modified Content/Config/BP_TajsGraph_ConfigStruct_ShadowsSection.uasset
Binary file not shown.
3 changes: 3 additions & 0 deletions Source/BP_TajsGraph_ConfigStruct.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ struct FBP_TajsGraph_ConfigStruct_LumenSection_LumenReflectionsSection {

UPROPERTY(BlueprintReadWrite)
bool TranslucentSurfaceReflections{};

UPROPERTY(BlueprintReadWrite)
bool ScreenSpaceReconstructionTonemap{};
};

USTRUCT(BlueprintType)
Expand Down

0 comments on commit ac0053e

Please sign in to comment.