Depth of field fixes and camera zoom fixes

This commit is contained in:
2026-09-11 23:19:03 +02:00
parent d72a9c957a
commit 6240f501ad
6 changed files with 25 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ struct FArrayOfItemRefs
{
GENERATED_BODY()
public:
UPROPERTY()
TArray<UItemDataAsset*> ItemArray;
void SortByName();