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)
UInterpTrackInst > UObject
Position we were in last time we evaluated.
namespace Offsets { namespace Classes { // Inheritance: UInterpTrackInst > UObject namespace UInterpTrackInstToggle { constexpr auto Action = 0x28; // ETrackToggleAction constexpr auto LastUpdatePosition = 0x2c; // float constexpr auto bSavedActiveState = 0x30; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UInterpTrackInst > UObject public static class UInterpTrackInstToggle { public const byte Action = 0x28; // ETrackToggleAction public const byte LastUpdatePosition = 0x2c; // float public const byte bSavedActiveState = 0x30; // char : 1 } } }