MCPcopy Create free account
hub / github.com/crazytuzi/UnrealCSharp / TMap

Function TMap

Script/UE/CoreUObject/TMap.cs:9–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 public class TMap<TKey, TValue> : IEnumerable<KeyValuePair<TKey, TValue>>, IGarbageCollectionHandle
8 {
9 public TMap() => TMapImplementation.TMap_RegisterImplementation(this, GetType());
10
11 ~TMap() => TMapImplementation.TMap_UnRegisterImplementation(GarbageCollectionHandle);
12

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected