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 UNiagaraDataInterfaceVectorField { constexpr auto Field = 0x30; // UVectorField* constexpr auto bTileX = 0x38; // bool constexpr auto bTileY = 0x39; // bool constexpr auto bTileZ = 0x3a; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject public static class UNiagaraDataInterfaceVectorField { public const byte Field = 0x30; // UVectorField* public const byte bTileX = 0x38; // bool public const byte bTileY = 0x39; // bool public const byte bTileZ = 0x3a; // bool } } }