UNiagaraDataInterfaceCurveBase > UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject
namespace Offsets { namespace Classes { // Inheritance: UNiagaraDataInterfaceCurveBase > UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject namespace UNiagaraDataInterfaceVector4Curve { constexpr auto XCurve = 0x70; // FRichCurve constexpr auto YCurve = 0xf0; // FRichCurve constexpr auto ZCurve = 0x170; // FRichCurve constexpr auto WCurve = 0x1f0; // FRichCurve } } }
public static class Offsets { public static class Classes { // Inheritance: UNiagaraDataInterfaceCurveBase > UNiagaraDataInterface > UNiagaraDataInterfaceBase > UNiagaraMergeable > UObject public static class UNiagaraDataInterfaceVector4Curve { public const byte XCurve = 0x70; // FRichCurve public const byte YCurve = 0xf0; // FRichCurve public const UInt16 ZCurve = 0x170; // FRichCurve public const UInt16 WCurve = 0x1f0; // FRichCurve } } }