UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject
namespace Offsets { namespace Classes { // Inheritance: UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject namespace UNiagaraDataInterfaceAudioOscilloscope { constexpr auto Submix = 0x38; // USoundSubmix* constexpr auto Resolution = 0x40; // int32_t constexpr auto ScopeInMilliseconds = 0x44; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject public static class UNiagaraDataInterfaceAudioOscilloscope { public const byte Submix = 0x38; // USoundSubmix* public const byte Resolution = 0x40; // int32_t public const byte ScopeInMilliseconds = 0x44; // float } } }