FCrc::MemCrc_DEPRECATED

Generates CRC hash of the memory area

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Crc.h"

Source

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

Syntax

static uint32 MemCrc_DEPRECATED
(
    const void * Data,
    int32 Length,
    uint32 CRC
)

Remarks

Generates CRC hash of the memory area

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