UParticleModuleAttractorBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleAttractorBase > UParticleModule > UObject namespace UParticleModuleAttractorLine { constexpr auto EndPoint0 = 0x30; // FVector constexpr auto EndPoint1 = 0x3c; // FVector constexpr auto RANGE = 0x48; // FRawDistributionFloat constexpr auto Strength = 0x78; // FRawDistributionFloat } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleAttractorBase > UParticleModule > UObject public static class UParticleModuleAttractorLine { public const byte EndPoint0 = 0x30; // FVector public const byte EndPoint1 = 0x3c; // FVector public const byte RANGE = 0x48; // FRawDistributionFloat public const byte Strength = 0x78; // FRawDistributionFloat } } }