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

Method Get

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

Source from the content-addressed store, hash-verified

245
246 FORCEINLINE virtual void Set(const int32 At, const uint64 Value) override { Data[At] = Value; }
247 FORCEINLINE virtual uint64 Get(const int32 At) override { return Data[At]; }
248 };
249
250 class FMapHashLookup : public FHashLookup

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected