You've already forked LuckyWorld
FT - Write Jsonl file
This commit is contained in:
14
Source/LuckyWorldV2/Public/_Utils/FileUtils.h
Normal file
14
Source/LuckyWorldV2/Public/_Utils/FileUtils.h
Normal file
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
#include "CoreMinimal.h"
|
||||
#include "FileUtils.generated.h"
|
||||
|
||||
UCLASS()
|
||||
class LUCKYWORLDV2_API UFileUtils : public UObject
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
UFileUtils();
|
||||
|
||||
static bool WriteJsonlFile(const TArray<FString>& JsonLines, const FString& BasePath, const FString& FileName);
|
||||
};
|
Reference in New Issue
Block a user