Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject
namespace Offsets { namespace Classes { // Inheritance: UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject namespace UNiagaraDataInterfaceAudioOscilloscope { constexpr auto Submix = 0x30; // USoundSubmix* constexpr auto Resolution = 0x38; // int32_t constexpr auto ScopeInMilliseconds = 0x3c; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject public static class UNiagaraDataInterfaceAudioOscilloscope { public const byte Submix = 0x30; // USoundSubmix* public const byte Resolution = 0x38; // int32_t public const byte ScopeInMilliseconds = 0x3c; // float } } }