FGenericPlatformMisc::TagBuffer

Platform specific function for tagging a memory buffer with a label.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h

Include

#include "GenericPlatform/GenericPlatformMisc.h"

Syntax

static void TagBuffer
(
    const char * Label,
    uint32 Category,
    const void * Buffer,
    size_t BufferSize
)

Remarks

Platform specific function for tagging a memory buffer with a label. Helps see memory access in profilers

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