![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Public Member Functions | |
| FNameSlot () | |
| FNameSlot (FNameEntryId Value, uint32 ProbeHash) | |
| FNameEntryId | GetId () const |
| uint32 | GetProbeHash () const |
| bool | operator== (FNameSlot Rhs) const |
| bool | Used () const |
Static Public Attributes | |
| static constexpr uint32 | EntryIdBits = FNameMaxBlockBits + FNameBlockOffsetBits |
| static constexpr uint32 | EntryIdMask = (1 << EntryIdBits) - 1 |
| static constexpr uint32 | ProbeHashShift = EntryIdBits |
| static constexpr uint32 | ProbeHashMask = ~EntryIdMask |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |