Navigation
Unreal Engine C++ API Reference > Runtime > Core > Math > UE::Math::GetTypeHash
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/IntVector.h |
Include | #include "Math/IntVector.h" |
namespace UE
{
namespace Math
{
template<typename T>
uint32 UE&58;&58;Math&58;&58;GetTypeHash
&40;
const TIntVector2< T > & Vector
&41;
}
}
Remarks
Creates a hash value from an IntVector2. The hash value from the components
Parameters
Name | Description |
---|---|
Vector | the vector to create a hash value for |