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

Function TArray

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

Source from the content-addressed store, hash-verified

12 public class TArray<T> : IEnumerable<T>, IGarbageCollectionHandle
13 {
14 public TArray() => TArrayImplementation.TArray_RegisterImplementation(this, GetType());
15
16 ~TArray() => TArrayImplementation.TArray_UnRegisterImplementation(GarbageCollectionHandle);
17

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected