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)
UNiagaraDataInterfaceCurveBase > UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject
namespace Offsets { namespace Classes { // Inheritance: UNiagaraDataInterfaceCurveBase > UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject namespace UNiagaraDataInterfaceVector4Curve { constexpr auto XCurve = 0x58; // FRichCurve constexpr auto YCurve = 0xd8; // FRichCurve constexpr auto ZCurve = 0x158; // FRichCurve constexpr auto WCurve = 0x1d8; // FRichCurve } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraDataInterfaceCurveBase > UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject public static class UNiagaraDataInterfaceVector4Curve { public const byte XCurve = 0x58; // FRichCurve public const byte YCurve = 0xd8; // FRichCurve public const UInt16 ZCurve = 0x158; // FRichCurve public const UInt16 WCurve = 0x1d8; // FRichCurve } } }