UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UAnimationSharingSetup { constexpr auto SkeletonSetups = 0x28; // TArray<FPerSkeletonAnimationSharingSetup> constexpr auto ScalabilitySettings = 0x38; // FAnimationSharingScalability } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UAnimationSharingSetup { public const byte SkeletonSetups = 0x28; // TArray<FPerSkeletonAnimationSharingSetup> public const byte ScalabilitySettings = 0x38; // FAnimationSharingScalability } } }