Skip to content

Commit

Permalink
Added default Id value
Browse files Browse the repository at this point in the history
  • Loading branch information
muit committed Nov 17, 2019
1 parent 7c57a61 commit d31da1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Attributes/Public/BaseAttr.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct ATTRIBUTES_API FBaseAttr
static uint32 IdCount;

UPROPERTY(Savegame)
uint32 Id;
uint32 Id = 0;

protected:

Expand Down

0 comments on commit d31da1e

Please sign in to comment.