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
namespace Offsets { namespace Classes { // Inheritance: UObject namespace ULightPropagationVolumeBlendable { constexpr auto Settings = 0x30; // FLightPropagationVolumeSettings constexpr auto BlendWeight = 0x70; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class ULightPropagationVolumeBlendable { public const byte Settings = 0x30; // FLightPropagationVolumeSettings public const byte BlendWeight = 0x70; // float } } }