| 222 | virtual ~FHashLookup() = default; |
| 223 | |
| 224 | explicit FHashLookup(const uint64 InitValue, const int32 Size) |
| 225 | : InternalInitValue(InitValue) |
| 226 | { |
| 227 | } |
| 228 | |
| 229 | FORCEINLINE virtual void Set(const int32 At, const uint64 Value) = 0; |
| 230 | FORCEINLINE virtual uint64 Get(const int32 At) = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected