UParticleModuleVelocityBase > UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModuleVelocityBase > UParticleModule > UObject namespace UParticleModuleVelocityCone { constexpr auto Angle = 0x38; // FRawDistributionFloat constexpr auto Velocity = 0x68; // FRawDistributionFloat constexpr auto Direction = 0x98; // FVector } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModuleVelocityBase > UParticleModule > UObject public static class UParticleModuleVelocityCone { public const byte Angle = 0x38; // FRawDistributionFloat public const byte Velocity = 0x68; // FRawDistributionFloat public const byte Direction = 0x98; // FVector } } }