MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / FHashLookup

Method FHashLookup

Source/PCGExtendedToolkit/Public/PCGExH.h:224–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected