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