/
struct Enlighten Helpers Hasher
This is the documentation for Enlighten.
struct Enlighten Helpers Hasher
struct Enlighten::Helpers::Hasher
Hashes data.
Functions
Name | Description |
---|---|
Hash(const T &) | Includes the given data in the hash. |
HashBuffer(const void *, Geo::u32) | Includes the given data in the hash. |
operator!=(const Hasher &) | Comparison. |
operator=(const Hasher &) | Assignment. |
GEO_CONTROLLED_INLINE void Enlighten::Helpers::Hasher::Hash
public: GEO_CONTROLLED_INLINE void Hash
(
const T & data
)
Includes the given data in the hash.
GEO_CONTROLLED_INLINE void Enlighten::Helpers::Hasher::HashBuffer
public: GEO_CONTROLLED_INLINE void HashBuffer
(
const void * data,
Geo::u32 len
)
Includes the given data in the hash.
bool Enlighten::Helpers::Hasher::operator!=
public: bool operator!=
(
const Hasher & rhs
)
Comparison.
Hasher& Enlighten::Helpers::Hasher::operator=
public: Hasher & operator=
(
const Hasher & rhs
)
Assignment.
, multiple selections available,
Related content
How Enlighten works
How Enlighten works
More like this
9. Efficient Enlighten lighting
9. Efficient Enlighten lighting
More like this
Enlighten UE5 4.01 Release Notes
Enlighten UE5 4.01 Release Notes
More like this
1: Open the level
1: Open the level
More like this
Level properties
Level properties
More like this
2. Run the parameterize
2. Run the parameterize
More like this