добавил принтер

This commit is contained in:
Andron666
2021-10-27 20:02:37 +05:00
parent 20a2bf115f
commit 98c5783869
30 changed files with 4 additions and 7 deletions
+1
View File
@@ -29,6 +29,7 @@ r.SeparateTranslucency=False
r.GenerateMeshDistanceFields=False
r.DistanceFieldBuild.EightBit=True
r.DistanceFieldBuild.Compress=True
r.ReflectionCaptureResolution=256
[/Script/EngineSettings.GameMapsSettings]
GameInstanceClass=/Game/Blueprints/Player/GI.GI_C
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.
-4
View File
@@ -254,10 +254,6 @@
"Name": "BlueprintFileUtils",
"Enabled": true
},
{
"Name": "WebBrowserWidget",
"Enabled": true
},
{
"Name": "HoudiniEngine",
"Enabled": true
@@ -1,5 +1,5 @@
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#include "JPrinter.h"
#include "JPrinterPrivatePCH.h"
#define LOCTEXT_NAMESPACE "FJPrinterModule"
@@ -1,7 +1,7 @@
// Copyright 1998-2016 Epic Games, Inc. All Rights Reserved.
#include "JPrinterPrivatePCH.h"
#include "JPrinterBPLibrary.h"
#include "JPrinterPrivatePCH.h"
#define print(txt) GEngine->AddOnScreenDebugMessage(-1,10,FColor::Green, txt)
DEFINE_LOG_CATEGORY_STATIC(JPrinterLog, Log, All);