UWorldSubsystem > USubsystem > UObject
namespace Offsets { namespace Classes { // Inheritance: UWorldSubsystem > USubsystem > UObject namespace UArchonSignificanceAssignmentManager { constexpr auto MaxLod0Behemoths = 0x40; // int32_t constexpr auto MaxLod1Behemoths = 0x44; // int32_t constexpr auto MaxLod0Fauna = 0x48; // int32_t constexpr auto MaxLod1Fauna = 0x4c; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UWorldSubsystem > USubsystem > UObject public static class UArchonSignificanceAssignmentManager { public const byte MaxLod0Behemoths = 0x40; // int32_t public const byte MaxLod1Behemoths = 0x44; // int32_t public const byte MaxLod0Fauna = 0x48; // int32_t public const byte MaxLod1Fauna = 0x4c; // int32_t } } }