Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e9e675963 | |||
| 9ce1237e65 | |||
| abfdc40bc3 | |||
| 4de5fd7fcc | |||
| e5263e68ae | |||
| 1a7cdf6856 | |||
| 3c280e8112 |
@@ -71,3 +71,5 @@ Intermediate/*
|
||||
DerivedDataCache/*
|
||||
|
||||
Content/Movies/Tour.mp4
|
||||
|
||||
Releases/*
|
||||
@@ -23,7 +23,7 @@ r.MinScreenRadiusForDepthPrepass=0.100000
|
||||
r.EarlyZPassOnlyMaterialMasking=False
|
||||
r.GBufferFormat=1
|
||||
r.DefaultFeature.MotionBlur=False
|
||||
r.ClearSceneMethod=0
|
||||
r.ClearSceneMethod=1
|
||||
r.AllowGlobalClipPlane=True
|
||||
r.GPUSkin.Limit2BoneInfluences=False
|
||||
|
||||
@@ -39,12 +39,12 @@ Compiler=VisualStudio2017
|
||||
OcclusionPlugin=Built-in Occlusion
|
||||
ReverbPlugin=Built-in Reverb
|
||||
SpatializationPlugin=Built-in Spatialization
|
||||
AudioSampleRate=48000
|
||||
AudioSampleRate=44100
|
||||
AutoStreamingThreshold=10.000000
|
||||
CacheSizeKB=256000
|
||||
|
||||
[/Script/Engine.UserInterfaceSettings]
|
||||
UIScaleCurve=(EditorCurveData=(Keys=((Time=540.000000,Value=0.250000),(Time=1080.000000,Value=0.500000),(Time=2160.000000,Value=1.000000)),PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant,DefaultValue=340282346638528859811704183484516925440.000000),ExternalCurve=CurveFloat'"/Game/Blueprints/UI/Normal.Normal"')
|
||||
UIScaleCurve=(EditorCurveData=(Keys=((Time=540.000000,Value=0.250000),(Time=1080.000000,Value=0.500000),(Time=2160.000000,Value=1.000000)),DefaultValue=340282346638528859811704183484516925440.000000,PreInfinityExtrap=RCCE_Constant,PostInfinityExtrap=RCCE_Constant),ExternalCurve=None)
|
||||
|
||||
[/Script/Engine.Engine]
|
||||
NearClipPlane=1.000000
|
||||
@@ -131,7 +131,7 @@ BlueprintComponentDataCookingMethod=AllBlueprints
|
||||
[/Script/Engine.GarbageCollectionSettings]
|
||||
gc.MultithreadedDestructionEnabled=True
|
||||
gc.IncrementalBeginDestroyEnabled=True
|
||||
gc.AllowParallelGC=True
|
||||
gc.AllowParallelGC=False
|
||||
gc.CreateGCClusters=False
|
||||
gc.NumRetriesBeforeForcingGC=0
|
||||
gc.TimeBetweenPurgingPendingKillObjects=60.000000
|
||||
@@ -175,3 +175,15 @@ bEnableLegacyReverb=True
|
||||
+CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic")
|
||||
+CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle")
|
||||
+CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn")
|
||||
|
||||
[/Script/AndroidRuntimeSettings.AndroidRuntimeSettings]
|
||||
AudioNumBuffersToEnqueue=4
|
||||
|
||||
[/Script/Engine.StreamingSettings]
|
||||
s.AsyncLoadingUseFullTimeLimit=False
|
||||
s.AsyncLoadingTimeLimit=1.000000
|
||||
s.PriorityAsyncLoadingExtraTime=5.000000
|
||||
s.LevelStreamingActorsUpdateTimeLimit=1.000000
|
||||
s.PriorityLevelStreamingActorsUpdateExtraTime=5.000000
|
||||
s.LevelStreamingComponentsUnregistrationGranularity=1
|
||||
s.UseBackgroundLevelStreaming=True
|
||||
|
||||
Binary file not shown.
@@ -2,15 +2,15 @@
|
||||
"source": "UE",
|
||||
"applications": [
|
||||
{
|
||||
"app_key": "application.generated.ue.ЖК-Уральский-11100242.ue4editor.exe",
|
||||
"app_key": "application.generated.ue.ЖК-Уральский-11590370.ue4editor.exe",
|
||||
"launch_type": "url",
|
||||
"url": "steam://launch/",
|
||||
"action_manifest_path": "C:/Projects/Uralsky/Config/SteamVRBindings/steamvr_manifest.json",
|
||||
"action_manifest_path": "C:/Projects/uralsky/Config/SteamVRBindings/steamvr_manifest.json",
|
||||
"strings":
|
||||
{
|
||||
"en_us":
|
||||
{
|
||||
"name": "ЖК Уральский-11100242 [UE Editor]"
|
||||
"name": "ЖК Уральский-11590370 [UE Editor]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -5,13 +5,13 @@
|
||||
#include "Misc/FileHelper.h"
|
||||
#include "Misc/Paths.h"
|
||||
|
||||
bool UJsonSaver::SaveJson(FString Savetext)
|
||||
bool UJsonSaver::SaveJson(FString Savetext, FString name1)
|
||||
{
|
||||
// get path game directory
|
||||
// name file "DeviceID.txt"
|
||||
FString path = FPaths::ConvertRelativePathToFull(FPaths::GameDir()) + "..\\stats.json";
|
||||
|
||||
|
||||
FString path1 = FPaths::ConvertRelativePathToFull(FPaths::GameDir()) + "..\\"+name1+".json";
|
||||
FFileHelper::SaveStringToFile(Savetext, *path1);
|
||||
|
||||
return FFileHelper::SaveStringToFile(Savetext, *path);
|
||||
}
|
||||
|
||||
@@ -16,6 +16,6 @@ class URA_API UJsonSaver : public UBlueprintFunctionLibrary
|
||||
public:
|
||||
UFUNCTION(BlueprintCallable, Category = "save")
|
||||
// create a txt file and write to it device id
|
||||
static bool SaveJson(FString Savetext);
|
||||
static bool SaveJson(FString Savetext,FString name1);
|
||||
|
||||
};
|
||||
|
||||
@@ -157,6 +157,10 @@
|
||||
"Name": "BlueprintJson",
|
||||
"Enabled": true,
|
||||
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/f837e4835fbc434a853fe1ead2410b84"
|
||||
},
|
||||
{
|
||||
"Name": "HoudiniEngine",
|
||||
"Enabled": false
|
||||
}
|
||||
],
|
||||
"TargetPlatforms": [
|
||||
|
||||
Reference in New Issue
Block a user