UMDFastBindingDestinationBase > UMDFastBindingObject > UObject
namespace Offsets { namespace Classes { // Inheritance: UMDFastBindingDestinationBase > UMDFastBindingObject > UObject namespace UMDFastBindingDestination_Function { constexpr auto Function = 0x58; // FMDFastBindingFunctionWrapper constexpr auto ObjectProperty = 0x118; // UObject* constexpr auto bNeedsUpdate = 0x120; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UMDFastBindingDestinationBase > UMDFastBindingObject > UObject public static class UMDFastBindingDestination_Function { public const byte Function = 0x58; // FMDFastBindingFunctionWrapper public const UInt16 ObjectProperty = 0x118; // UObject* public const UInt16 bNeedsUpdate = 0x120; // bool } } }