добавил принтер
This commit is contained in:
@@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user