UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRollingHashConst Struct Reference

#include <BuildPatchHash.h>

Static Public Member Functions

static void Init ()
 

Static Public Attributes

static uint64 HashTable [256] = { 0 }
 

Detailed Description

A static struct containing 64bit polynomial constant and hash table lookup for use with FRollingHash.

Member Function Documentation

◆ Init()

void FRollingHashConst::Init ( )
static

Builds the hash table for use when hashing. Must be called before using FRollingHash.

Member Data Documentation

◆ HashTable

uint64 FRollingHashConst::HashTable = { 0 }
static

The documentation for this struct was generated from the following files: