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

Method RemoveReference

Script/UE/CoreUObject/Object.cs:52–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50 public bool AddReference() => UObjectImplementation.UObject_AddReferenceImplementation(GarbageCollectionHandle);
51
52 public bool RemoveReference() =>
53 UObjectImplementation.UObject_RemoveReferenceImplementation(GarbageCollectionHandle);
54
55 public nint GarbageCollectionHandle { get; set; }
56 }

Callers

nothing calls this directly

Tested by

no test coverage detected