FCrc::StrCrc32

String CRC.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Crc.h"

Syntax

template<typename CharType>
static TEnableIf< sizeof(CharType)!=1, uint32 >::Type StrCrc32
(
    const CharType * Data,
    uint32 CRC
)

Remarks

String CRC.

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