| void SetSetPropertyByName(UObject* Object, const FName& PropertyName, TSet<int32>& Value) | FinalNative+2 flags | | 0x60 |
| void Set_Union(TSet<int32>& A, TSet<int32>& B, TSet<int32>& Result) | FinalNative+2 flags | | 0xF0 |
| void Set_ToArray(TSet<int32>& A, const TArray<int32>& Result) | FinalNative+2 flags | | 0x60 |
| void Set_RemoveItems(TSet<int32>& TargetSet, const TArray<int32>& Items) | FinalNative+2 flags | | 0x60 |
| bool Set_Remove(TSet<int32>& TargetSet, const int32& Item) | FinalNative+2 flags | | 0x55 |
| int32 Set_Length(TSet<int32>& TargetSet) | FinalNative+2 flags | | 0x54 |
| bool Set_IsNotEmpty(TSet<int32>& TargetSet) | FinalNative+2 flags | | 0x51 |
| bool Set_IsEmpty(TSet<int32>& TargetSet) | FinalNative+2 flags | | 0x51 |
| void Set_Intersection(TSet<int32>& A, TSet<int32>& B, TSet<int32>& Result) | FinalNative+2 flags | | 0xF0 |
| int32 Set_GetLastIndex(TSet<int32>& TargetSet) | FinalNative+2 flags | | 0x54 |
| void Set_GetItemByIndex(TSet<int32>& TargetSet, int32 Index, const int32& Item) | FinalNative+2 flags | | 0x58 |
| void Set_Difference(TSet<int32>& A, TSet<int32>& B, TSet<int32>& Result) | FinalNative+2 flags | | 0xF0 |
| bool Set_Contains(TSet<int32>& TargetSet, const int32& ItemToFind) | FinalNative+2 flags | | 0x55 |
| void Set_Clear(TSet<int32>& TargetSet) | FinalNative+2 flags | | 0x50 |
| void Set_AddItems(TSet<int32>& TargetSet, const TArray<int32>& NewItems) | FinalNative+2 flags | | 0x60 |
| void Set_Add(TSet<int32>& TargetSet, const int32& NewItem) | FinalNative+2 flags | | 0x54 |