foutputdevicenull.h
来自「虚幻的再开发程序包源代码」· C头文件 代码 · 共 22 行
H
22 行
/*=============================================================================
FOutputDeviceNull.h: Null output device.
Copyright 1997-1999 Epic Games, Inc. All Rights Reserved.
Revision history:
* Created by Tim Sweeney
=============================================================================*/
//
// ANSI stdout output device.
//
class FOutputDeviceNull : public FOutputDevice
{
public:
void Serialize( const TCHAR* V, enum EName Event )
{}
};
/*-----------------------------------------------------------------------------
The End.
-----------------------------------------------------------------------------*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?