No, THIS is the major overhaul of DebugPrint
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
|
#include "DebugPrint.h"
|
||||||
#include "CoreMinimal.h"
|
#include "CoreMinimal.h"
|
||||||
#include "engineutil.hpp"
|
|
||||||
|
|
||||||
using DPrintCallback = DebugPrintControl::DPrintCallback;
|
using DPrintCallback = DebugPrintControl::DPrintCallback;
|
||||||
|
|
||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#include "IntegrationGameModeBase.h"
|
#include "IntegrationGameModeBase.h"
|
||||||
#include "drvutil.hpp"
|
#include "drvutil.hpp"
|
||||||
#include "engineutil.hpp"
|
#include "DebugPrint.h"
|
||||||
#include "TangibleManager.h"
|
#include "TangibleManager.h"
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <string_view>
|
#include <string_view>
|
||||||
|
|||||||
@@ -5,9 +5,9 @@
|
|||||||
#include "CoreMinimal.h"
|
#include "CoreMinimal.h"
|
||||||
#include "GameFramework/GameModeBase.h"
|
#include "GameFramework/GameModeBase.h"
|
||||||
#include "enginewrapper.hpp"
|
#include "enginewrapper.hpp"
|
||||||
#include "engineutil.hpp"
|
#include "DebugPrint.h"
|
||||||
#include "TangibleManager.h"
|
#include "TangibleManager.h"
|
||||||
#include "LuprexSockets.hpp"
|
#include "LuprexSockets.h"
|
||||||
#include "IntegrationGameModeBase.generated.h"
|
#include "IntegrationGameModeBase.generated.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
#include "LockedWrapper.h"
|
#include "LockedWrapper.h"
|
||||||
#include "engineutil.hpp"
|
#include "DebugPrint.h"
|
||||||
|
|
||||||
void FLockedWrapper::InitWrapper() {
|
void FLockedWrapper::InitWrapper() {
|
||||||
if (Lockable.Wrapper.play_initialize != nullptr) {
|
if (Lockable.Wrapper.play_initialize != nullptr) {
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
#include "LuprexSockets.hpp"
|
#include "LuprexSockets.h"
|
||||||
#include "enginewrapper.hpp"
|
#include "enginewrapper.hpp"
|
||||||
#include "drvutil.hpp"
|
#include "drvutil.hpp"
|
||||||
#include "engineutil.hpp"
|
#include "DebugPrint.h"
|
||||||
#include "Sockets.h"
|
#include "Sockets.h"
|
||||||
#include "SocketTypes.h"
|
#include "SocketTypes.h"
|
||||||
#include "SocketSubsystem.h"
|
#include "SocketSubsystem.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user