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