mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-04 14:48:45 +00:00
missing category specifier
This commit is contained in:
@@ -25,7 +25,7 @@ struct COGCOMMON_API FCogLogCategory
|
|||||||
|
|
||||||
FCogLogCategory() {}
|
FCogLogCategory() {}
|
||||||
|
|
||||||
UPROPERTY(EditAnywhere, BlueprintReadWrite)
|
UPROPERTY(EditAnywhere, BlueprintReadWrite, Category="Cog")
|
||||||
FName Name;
|
FName Name;
|
||||||
|
|
||||||
FString GetName() const { return Name.ToString(); }
|
FString GetName() const { return Name.ToString(); }
|
||||||
|
|||||||
Reference in New Issue
Block a user