USMStateInstance_Base > USMNodeInstance > UObject
namespace Offsets { namespace Classes { // Inheritance: USMStateInstance_Base > USMNodeInstance > UObject namespace USMStateMachineInstance { constexpr auto bWaitForEndState = 0xc0; // bool constexpr auto bReuseCurrentState = 0xc1; // bool constexpr auto bReuseIfNotEndState = 0xc2; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: USMStateInstance_Base > USMNodeInstance > UObject public static class USMStateMachineInstance { public const byte bWaitForEndState = 0xc0; // bool public const byte bReuseCurrentState = 0xc1; // bool public const byte bReuseIfNotEndState = 0xc2; // bool } } }