UArchonCondition > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonCondition > UObject namespace UArchonIsInSyncedAnimationCondition { constexpr auto bCheckControllerClass = 0x30; // bool constexpr auto RequiredControllerClass = 0x38; // UPhxBaseSyncedAnimationControllerTask* } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonCondition > UObject public static class UArchonIsInSyncedAnimationCondition { public const byte bCheckControllerClass = 0x30; // bool public const byte RequiredControllerClass = 0x38; // UPhxBaseSyncedAnimationControllerTask* } } }