Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UObject
Implements a helper class that manages all profiles in the Device
Holds the collection of managed profiles.
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UDeviceProfileManager { constexpr auto Profiles = 0x28; // TArray<UObject*> } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UDeviceProfileManager { public const byte Profiles = 0x28; // TArray<UObject*> } } }