Skip to content

Commit d31da1e

Browse files
committed
Added default Id value
1 parent 7c57a61 commit d31da1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Attributes/Public/BaseAttr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ struct ATTRIBUTES_API FBaseAttr
2929
static uint32 IdCount;
3030

3131
UPROPERTY(Savegame)
32-
uint32 Id;
32+
uint32 Id = 0;
3333

3434
protected:
3535

0 commit comments

Comments
 (0)