UParticleModule > UObject
namespace Offsets { namespace Classes { // Inheritance: UParticleModule > UObject namespace UParticleModuleVelocityBase { constexpr auto bInWorldSpace = 0x30; // char : 1 constexpr auto bApplyOwnerScale = 0x30; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UParticleModule > UObject public static class UParticleModuleVelocityBase { public const byte bInWorldSpace = 0x30; // char : 1 public const byte bApplyOwnerScale = 0x30; // char : 1 } } }