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

Function Max

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

Source from the content-addressed store, hash-verified

67 public bool IsEmpty() => TArrayImplementation.TArray_IsEmptyImplementation(GarbageCollectionHandle);
68
69 public int Max() => TArrayImplementation.TArray_MaxImplementation(GarbageCollectionHandle);
70
71 public T this[int InIndex]
72 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected