We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9cb06f commit a3e4c3cCopy full SHA for a3e4c3c
2 files changed
Source/Attributes/Public/FloatAttr.h
@@ -25,7 +25,7 @@ struct ATTRIBUTES_API FFloatAttr : public FBaseAttr
25
float BaseValue = 0.f;
26
27
/** Cached final value from modifiers */
28
- UPROPERTY(EditAnywhere, Transient)
+ UPROPERTY(EditAnywhere, Category = Attribute, Transient)
29
float Value = 0.f;
30
31
Source/Attributes/Public/Int32Attr.h
@@ -27,7 +27,7 @@ struct ATTRIBUTES_API FInt32Attr : public FBaseAttr
private:
int32 Value = 0;
32
33
0 commit comments