This commit is contained in:
Andron666
2021-07-07 20:26:28 +05:00
parent e55701112c
commit c76d9f6331
9 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -13,4 +13,5 @@ Saved
*.xcodeproj
*.xcworkspace
Temp
Build
Build
Releases
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -68,7 +68,7 @@ public:
UFUNCTION(BlueprintCallable, Category = "Status client")
bool StartWorkingAtSocket();
UFUNCTION(BlueprintPure, Category = "Custom", meta = (Keywords = "LoadTxt"))
UFUNCTION(BlueprintCallable, Category = "Custom", meta = (Keywords = "LoadTxt"))
static bool LoadTxt(FString FileNameA, FString& SaveTextA);
UFUNCTION(BlueprintCallable, Category = "Custom", meta = (Keywords = "SaveTxt"))