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
Primitive settings for Lightmass
namespace Offsets { namespace Classes { // Inheritance: UObject namespace ULightmassPrimitiveSettingsObject { constexpr auto LightmassSettings = 0x28; // FLightmassPrimitiveSettings } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class ULightmassPrimitiveSettingsObject { public const byte LightmassSettings = 0x28; // FLightmassPrimitiveSettings } } }