FGenericPlatformMemory::BigBlockMemcpy

Memcpy optimized for big blocks.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "GenericPlatform/GenericPlatformMemory.h"

Syntax

static void * BigBlockMemcpy
(
    void * Dest,
    const void * Src,
    SIZE_T Count
)

Remarks

Memcpy optimized for big blocks.

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