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)
UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UActorComponent > UObject namespace UMagicLeapTouchpadGesturesComponent { constexpr auto OnTouchpadGestureStart = 0xb8; // FMulticastInlineDelegate constexpr auto OnTouchpadGestureContinue = 0xc8; // FMulticastInlineDelegate constexpr auto OnTouchpadGestureEnd = 0xd8; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UActorComponent > UObject public static class UMagicLeapTouchpadGesturesComponent { public const byte OnTouchpadGestureStart = 0xb8; // FMulticastInlineDelegate public const byte OnTouchpadGestureContinue = 0xc8; // FMulticastInlineDelegate public const byte OnTouchpadGestureEnd = 0xd8; // FMulticastInlineDelegate } } }