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