UAnimNodeBlendList > UAnimNodeBlendBase > UAnimNode > UAnimObject > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimNodeBlendList > UAnimNodeBlendBase > UAnimNode > UAnimObject > UObject namespace UTgAnimNodeBlendList { constexpr auto DefaultBlendTime = 0x144; // float constexpr auto ChildBlendTimes = 0x148; // TArray constexpr auto SpecificChildBlendTimes = 0x158; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimNodeBlendList > UAnimNodeBlendBase > UAnimNode > UAnimObject > UObject public static class UTgAnimNodeBlendList { public const UInt16 DefaultBlendTime = 0x144; // float public const UInt16 ChildBlendTimes = 0x148; // TArray public const UInt16 SpecificChildBlendTimes = 0x158; // TArray } } }