Bugfix Unreal Compliation Workaround for TQueues

This commit is contained in:
Philip W 2022-11-14 11:55:11 +00:00
parent bb544d2f35
commit b765f633d6

View File

@ -48,7 +48,6 @@ public:
{"FW", 20}
};
UPROPERTY(EditAnywhere)
TQueue<FString> BattleLog;
protected: