UUserDefinedStruct::GetStructTypeHash

Calls GetTypeHash for native structs, otherwise computes a hash of all struct members

Windows
MacOS
Linux

Override Hierarchy

UScriptStruct::GetStructTypeHash()

UUserDefinedStruct::GetStructTypeHash()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedStruct.h

Include

#include "Engine/UserDefinedStruct.h"

Source

/Engine/Source/Runtime/Engine/Private/UserDefinedStruct.cpp

Syntax

virtual uint32 GetStructTypeHash
(
    const void * Src
) const

Remarks

Calls GetTypeHash for native structs, otherwise computes a hash of all struct members

Returns

hashed value of Src

Parameters

Parameter

Description

Src

Pointer to instance to hash

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