FOutputDeviceMemory::FOutputDeviceMemory

Constructor, initializing member variables.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/OutputDeviceMemory.h

Include

#include "Misc/OutputDeviceMemory.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/OutputDeviceMemory.cpp

Syntax

FOutputDeviceMemory
(
    int32 InPreserveSize,
    int32 InBufferSize,
    bool bInSuppressEventTag
)

Remarks

Constructor, initializing member variables.

Parameters

Parameter

Description

InPreserveSize

Bytes of the rung buffer not to overwrite (startup info etc)

InBufferSize

Maximum size of the memory ring buffer

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss