Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
OutputDeviceNull.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreTypes.h"
6#include "Logging/LogVerbosity.h"
7#include "Misc/OutputDevice.h"
8
9// Null output device.
11{
12public:
13 /**
14 * NULL implementation of Serialize.
15 *
16 * @param Data unused
17 * @param Event unused
18 */
19 virtual void Serialize(const TCHAR* V, ELogVerbosity::Type Verbosity, const class FName& Category) override;
20};
virtual void Serialize(const TCHAR *V, ELogVerbosity::Type Verbosity, const class FName &Category) override