UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject
namespace Offsets { namespace Classes { // Inheritance: UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject namespace UNiagaraDataInterfaceTexture { constexpr auto Texture = 0x38; // UTexture* constexpr auto TextureUserParameter = 0x40; // FNiagaraUserParameterBinding } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject public static class UNiagaraDataInterfaceTexture { public const byte Texture = 0x38; // UTexture* public const byte TextureUserParameter = 0x40; // FNiagaraUserParameterBinding } } }