UNiagaraMergeable > UObject
namespace Offsets { namespace Classes { // Inheritance: UNiagaraMergeable > UObject namespace UNiagaraRendererProperties { constexpr auto Platforms = 0x28; // FNiagaraPlatformSet constexpr auto SortOrderHint = 0x58; // int32_t constexpr auto bIsEnabled = 0x5c; // bool constexpr auto bMotionBlurEnabled = 0x5d; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraMergeable > UObject public static class UNiagaraRendererProperties { public const byte Platforms = 0x28; // FNiagaraPlatformSet public const byte SortOrderHint = 0x58; // int32_t public const byte bIsEnabled = 0x5c; // bool public const byte bMotionBlurEnabled = 0x5d; // bool } } }