UAnimInstance > UObject
namespace Offsets { namespace Classes { // Inheritance: UAnimInstance > UObject namespace UAnimSingleNodeInstance { constexpr auto CurrentAsset = 0x2c8; // UAnimationAsset* constexpr auto PostEvaluateAnimEvent = 0x2d0; // FDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UAnimInstance > UObject public static class UAnimSingleNodeInstance { public const UInt16 CurrentAsset = 0x2c8; // UAnimationAsset* public const UInt16 PostEvaluateAnimEvent = 0x2d0; // FDelegate } } }